Skip to main content
Version: 4.1

DataGridViewRowsAddedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the RowsAdded event.

public class DataGridViewRowsAddedEventArgs : EventArgs

Constructors

Instance member DataGridViewRowsAddedEventArgs(rowIndex, rowCount)

Initializes a new instance of the DataGridViewRowsAddedEventArgs class.

NameTypeDescription
rowIndexInt32The index of the first added row.
rowCountInt32The number of rows that have been added.

Properties

Instance member RowCount

Int32: Returns the number of rows that have been added.

Instance member RowIndex

Int32: Returns the index of the first added row.

Used By

NameDescription
DataGridViewRowsAddedEventHandlerRepresents the method that will handle the RowsAdded event of a DataGridView.