DataGridViewRowEventArgs
Wisej.Web.DataGridViewRowEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for row-related events.
Initializes a new instance of the class.
dataGrid
DataGridView that owns the row.
rowIndex
Throws:
dataGrid is null.
rowIndex is -1 or greater than the number of rows.
Initializes a new instance of the class.
row
Throws:
The index of the that the event occurred for.
The that the event occurred for.
row is null.
: Returns the associated with the event.
: Returns a value indicating the row index of the cell that the event occurs for.
Represents the method that will handle row-related events of a .