Skip to main content
Version: 3.5

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)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewToolClickEventArgsA DataGridViewToolClickEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellToolClickFired when a ComponentTool hosted in a cell editor is clicked.