DataGridViewToolClickEventArgs

Wisej.Web.DataGridViewToolClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellToolClick event.

public class DataGridViewToolClickEventArgs : DataGridViewCellEventArgs

Constructors

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

NameTypeDescription

item

The ComponentTool to store in this event.

columnIndex

The index of the column containing the cell that the event occurs for.

rowIndex

The index of the row containing the cell that the event occurs for.

Throws:

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

NameTypeDescription

item

The ComponentTool to store in this event.

cellAddress

The address of the cell that the event occurs for

Throws:

Properties

ComponentTool: Returns the clicked tool item.

Used By

NameDescription

Represents the method that will handle the CellToolClick event.

Last updated