DataGridViewCellCommandEventArgs
Wisej.Web.DataGridViewCellCommandEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the CellCommandNeeded event of the DataGridView control.
Constructors
DataGridViewCellCommandEventArgs(columnIndex, rowIndex, command)
Initializes a new instance of the DataGridViewCellValueEventArgs class.
Throws:
ArgumentOutOfRangeException columnIndex is less than 0; or rowIndex is less than 0.
Properties
ColumnIndex
Int32: Returns a value indicating the column index of the cell that the event occurs for.
Command
ICommand: Returns or sets the command of the cell that the event occurs for.
RowIndex
Int32: Returns a value indicating the row index of the cell that the event occurs for.
Used By
Name
Description
Represents the method that will handle the CellCommandNeeded event of a DataGridView.
Last updated