DataGridViewRowEventArgs
Wisej.Web.DataGridViewRowEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for row-related DataGridView events.
Initializes a new instance of the DataGridViewRowEventArgs class.
dataGrid
DataGridView that owns the row.
rowIndex
Throws:
ArgumentNullException dataGrid is null.
ArgumentOutOfRangeException rowIndex is -1 or greater than the number of rows.
Initializes a new instance of the DataGridViewRowEventArgs class.
row
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.
The index of the that the event occurred for.
The that the event occurred for.
Represents the method that will handle row-related events of a .