Wisej.Web.DataGridViewRowEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for row-related DataGridView events.
Initializes a new instance of the DataGridViewRowEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentNullException dataGrid is null.
ArgumentOutOfRangeException rowIndex is -1 or greater than the number of rows.
Initializes a new instance of the DataGridViewRowEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentNullException row is null.
DataGridViewRow: Returns the DataGridViewRow associated with the event.
Int32: Returns a value indicating the row index of the cell that the event occurs for.
Name | Description |
---|---|
Represents the method that will handle row-related events of a DataGridView.
dataGrid
DataGridView that owns the row.
rowIndex
The index of the DataGridViewRow that the event occurred for.
row
The DataGridViewRow that the event occurred for.