DataGridViewCellCommandEventArgs
Wisej.Web.DataGridViewCellCommandEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewCellCommandEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event of the control.
Initializes a new instance of the 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.
command
The current command or null.
Throws:
columnIndex is less than 0; or rowIndex is less than 0.
: Returns a value indicating the column index of the cell that the event occurs for.
: Returns or sets the command of the cell that the event occurs for.
: Returns a value indicating the row index of the cell that the event occurs for.
Represents the method that will handle the event of a .