Skip to main content
Version: 3.5

DataGridViewToolClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellToolClick event.

public class DataGridViewToolClickEventArgs : DataGridViewCellEventArgs

Constructors

Instance memberDataGridViewToolClickEventArgs(item, columnIndex, rowIndex)

Initializes a new instance of the ToolClickEventArgs class for the clicked ComponentTool.

NameTypeDescription
itemComponentToolThe ComponentTool to store in this event.
columnIndexInt32The index of the column containing the cell that the event occurs for.
rowIndexInt32The index of the row containing the cell that the event occurs for.

Throws:

Instance memberDataGridViewToolClickEventArgs(item, cellAddress)

Initializes a new instance of the ToolClickEventArgs class for the clicked ComponentTool.

NameTypeDescription
itemComponentToolThe ComponentTool to store in this event.
cellAddressPointThe address of the cell that the event occurs for

Throws:

Properties

Instance memberTool

ComponentTool: Returns the clicked tool item.

Used By

NameDescription
DataGridViewToolClickEventHandlerRepresents the method that will handle the CellToolClick event.