All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewRowsAddedEventArgs

Wisej.Web.DataGridViewRowsAddedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Provides data for the RowsAdded event.

public class DataGridViewRowsAddedEventArgs : EventArgs
Public Class DataGridViewRowsAddedEventArgs
    Inherits EventArgs

Constructors

DataGridViewRowsAddedEventArgs(rowIndex, rowCount)

Initializes a new instance of the class.

Name
Type
Description

Properties

RowCount

: Returns the number of rows that have been added.

RowIndex

: Returns the index of the first added row.

Used By

Name
Description

rowIndex

Int32

The index of the first added row.

rowCount

Int32

The number of rows that have been added.

DataGridViewRowsAddedEventHandler

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

DataGridViewRowsAddedEventArgs
Int32
Int32