DataGridViewRowStateChangedEventArgs

Wisej.Web.DataGridViewRowStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for the RowStateChanged event of a DataGridView.

public class DataGridViewRowStateChangedEventArgs : EventArgs

Constructors

NameTypeDescription

dataGrid

rowIndex

state

Initializes a new instance of the DataGridViewRowStateChangedEventArgs class.

NameTypeDescription

row

state

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

Last updated