Skip to main content
Version: 3.5

DataGridViewRowsAddedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the RowsAdded event.

public class DataGridViewRowsAddedEventArgs : EventArgs

Constructors

Instance memberDataGridViewRowsAddedEventArgs(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 memberRowCount

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

Instance memberRowIndex

Int32: Returns the index of the first added row.

Used By

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