DataGridViewRowsRemovedEventArgs
Wisej.Web.DataGridViewRowsRemovedEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowsRemovedEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the RowsRemoved event.
Initializes a new instance of the DataGridViewRowsRemovedEventArgs class.
rowIndex
The zero-based index of the row that was deleted, or the first deleted row if multiple rows were deleted.
rowCount
The number of rows that were deleted.
Int32: Returns the number of rows that were deleted.
Int32: Returns the zero-based index of the row deleted, or the first deleted row if multiple rows were deleted.
Represents the method that will handle the event of a .