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