DataGridViewRowCancelEventArgs
Wisej.Web.DataGridViewRowCancelEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowCancelEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the event of a .
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 that the user is deleting.
: Returns the index of the that the user is deleting.
Represents the method that will handle the event of a .