DataGridViewRowsAddedEventArgs

Wisej.Web.DataGridViewRowsAddedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the RowsAdded event.

public class DataGridViewRowsAddedEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewRowsAddedEventArgs class.

NameTypeDescription

rowIndex

The index of the first added row.

rowCount

The number of rows that have been added.

Properties

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

Int32: Returns the index of the first added row.

Used By

NameDescription

Represents the method that will handle the RowsAdded event of a DataGridView.

Last updated