Wisej.Web.DataGridViewRowsAddedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the RowsAdded event.
public class DataGridViewRowsAddedEventArgs : EventArgsPublic Class DataGridViewRowsAddedEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns the number of rows that have been added.
: Returns the index of the first added row.
rowIndex
The index of the first added row.
rowCount
The number of rows that have been added.
Represents the method that will handle the RowsAdded event of a DataGridView.