DataGridViewToolClickEventArgs
Wisej.Web.DataGridViewToolClickEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewToolClickEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class for the clicked .
item
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:
columnIndex is less than -1, or rowIndex is less than -1.
Initializes a new instance of the class for the clicked .
item
cellAddress
The address of the cell that the event occurs for
Throws:
The to store in this event.
The to store in this event.
cellAddress.X.X is less than -1, or cellAddress.Y.Y is less than -1.
: Returns the clicked tool item.
Represents the method that will handle the event.