DataGridViewToolClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the CellToolClick event.
- C#
- VB.NET
public delegate void DataGridViewToolClickEventHandler(Object sender, DataGridViewToolClickEventArgs e)
Public Delegate Sub DataGridViewToolClickEventHandler(ByVal sender As [Object], ByVal e As DataGridViewToolClickEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataGridViewToolClickEventArgs | A DataGridViewToolClickEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataGridView.CellToolClick | Fired when a ComponentTool hosted in a cell editor is clicked. |