Skip to main content
Version: 3.5

DataGridViewCellStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellStateChanged event.

public class DataGridViewCellStateChangedEventArgs : EventArgs

Constructors

Instance memberDataGridViewCellStateChangedEventArgs(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 memberCell

DataGridViewCell: Returns the DataGridViewCell that has a changed state.

Instance memberStateChanged

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.