All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewToolClickEventHandler

Wisej.Web.DataGridViewToolClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the CellToolClick event.

public delegate void DataGridViewToolClickEventHandler(Object sender, DataGridViewToolClickEventArgs e)
Public Delegate Sub DataGridViewToolClickEventHandler(ByVal sender As [Object], ByVal e As DataGridViewToolClickEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

DataGridViewToolClickEventArgs

A DataGridViewToolClickEventArgs that contains the event data.

DataGridView.CellToolClick

Fired when a ComponentTool hosted in a cell editor is clicked.