DataGridViewRowStateChangedEventArgs
Wisej.Web.DataGridViewRowStateChangedEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowStateChangedEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the RowStateChanged event of a DataGridView.
Initializes a new instance of DataGridViewRowStateChangedEventArgs.
dataGrid
rowIndex
state
Initializes a new instance of the DataGridViewRowStateChangedEventArgs class.
row
state
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.
The index of the that the event occurred for.
One of the values indicating the state that has changed on the row.
The that has a changed state.
One of the values indicating the state that has changed on the row.
Represents the method that will handle the event of a .