DataGridViewRowCancelEventArgs
Wisej.Web.DataGridViewRowCancelEventArgs
Last updated
Wisej.Web.DataGridViewRowCancelEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the UserDeletingRow event of a DataGridView.
Initializes a new instance of the DataGridViewRowCancelEventArgs 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 DataGridViewRowCancelEventArgs class.
row
Throws:
ArgumentNullException row is null.
DataGridViewRow: Returns the DataGridViewRow that the user is deleting.
Int32: Returns the index of the DataGridViewRow that the user is deleting.
The index of the that the event occurred for.
The that the event occurred for.
Represents the method that will handle the event of a .