DataGridViewCellStateChangedEventArgs
Wisej.Web.DataGridViewCellStateChangedEventArgs
Last updated
Wisej.Web.DataGridViewCellStateChangedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the CellStateChanged event.
Initializes a new instance of the DataGridViewCellStateChangedEventArgs class.
Name | Type | Description |
---|---|---|
cell | The DataGridViewCell that has a changed state. | |
state | One of the DataGridViewElementStates values indicating the state that has changed on the cell. |
Throws:
ArgumentNullException cell is null.
DataGridViewCell: Returns the DataGridViewCell that has a changed state.
DataGridViewElementStates: Returns the state that has changed on the cell.
Name | Description |
---|---|
Represents the method that will handle the CellStateChanged event of a DataGridView. |