DataGridViewCellCancelEventArgs
Wisej.Web.DataGridViewCellCancelEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewCellCancelEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for CellBeginEdit and RowValidating events.
Initializes a new instance of the DataGridViewCellCancelEventArgs class.
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:
ArgumentOutOfRangeException columnIndex is less than -1; or rowIndex is less than -1.
Int32: Returns the column index of the cell that the event occurs for.
Int32: Returns the row index of the cell that the event occurs for.
Represents the method that will handle the and events of a .