DataGridViewRowStateChangedEventArgs

Wisej.Web.DataGridViewRowStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the RowStateChanged event of a DataGridView.

public class DataGridViewRowStateChangedEventArgs : EventArgs

Constructors

Initializes a new instance of DataGridViewRowStateChangedEventArgs.

NameTypeDescription

dataGrid

rowIndex

The index of the DataGridViewRow that the event occurred for.

state

One of the DataGridViewElementStates values indicating the state that has changed on the row.

Initializes a new instance of the DataGridViewRowStateChangedEventArgs class.

NameTypeDescription

row

The DataGridViewRow that has a changed state.

state

One of the DataGridViewElementStates values indicating the state that has changed on the row.

Properties

DataGridViewRow: Returns the DataGridViewRow that has a changed state.

Int32: Returns the index of the DataGridViewRow that has a changed state.

DataGridViewElementStates: Returns the state that has changed on the row.

Used By

NameDescription

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

Last updated