DataGridViewCellStateChangedEventArgs

Wisej.Web.DataGridViewCellStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellStateChanged event.

public class DataGridViewCellStateChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewCellStateChangedEventArgs class.

NameTypeDescription

cell

The DataGridViewCell that has a changed state.

state

One of the DataGridViewElementStates values indicating the state that has changed on the cell.

Throws:

Properties

DataGridViewCell: Returns the DataGridViewCell that has a changed state.

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

Used By

NameDescription

Represents the method that will handle the CellStateChanged event of a DataGridView.

Last updated