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