Skip to main content
Version: 4.1

DataGridViewCellStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the CellStateChanged event.

public class DataGridViewCellStateChangedEventArgs : EventArgs

Constructors

Instance member DataGridViewCellStateChangedEventArgs(cell, state)

Initializes a new instance of the DataGridViewCellStateChangedEventArgs class.

NameTypeDescription
cellDataGridViewCellThe DataGridViewCell that has a changed state.
stateDataGridViewElementStatesOne of the DataGridViewElementStates values indicating the state that has changed on the cell.

Throws:

Properties

Instance member Cell

DataGridViewCell: Returns the DataGridViewCell that has a changed state.

Instance member StateChanged

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

Used By

NameDescription
DataGridViewCellStateChangedEventHandlerRepresents the method that will handle the CellStateChanged event of a DataGridView.