DataGridViewToolClickEventArgs
Wisej.Web.DataGridViewToolClickEventArgs
Last updated
Wisej.Web.DataGridViewToolClickEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellToolClick event.
Initializes a new instance of the ToolClickEventArgs class for the clicked ComponentTool.
Throws:
ArgumentOutOfRangeException columnIndex is less than -1, or rowIndex is less than -1.
Initializes a new instance of the ToolClickEventArgs class for the clicked ComponentTool.
Throws:
ArgumentOutOfRangeException cellAddress.X.X is less than -1, or cellAddress.Y.Y is less than -1.
ComponentTool: Returns the clicked tool item.
Represents the method that will handle the CellToolClick event.