DataGridViewRowsAddedEventArgs
Wisej.Web.DataGridViewRowsAddedEventArgs
Last updated
Wisej.Web.DataGridViewRowsAddedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the RowsAdded event.
Initializes a new instance of the DataGridViewRowsAddedEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Returns the number of rows that have been added.
Int32: Returns the index of the first added row.
Name | Description |
---|---|
Represents the method that will handle the RowsAdded event of a DataGridView.
rowIndex
The index of the first added row.
rowCount
The number of rows that have been added.