Skip to main content
Version: 3.5

DataGridViewColumnStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ColumnStateChanged event.

public class DataGridViewColumnStateChangedEventArgs : EventArgs

Constructors

Instance memberDataGridViewColumnStateChangedEventArgs(column, state)

Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.

NameTypeDescription
columnDataGridViewColumnThe DataGridViewColumn whose state has changed.
stateDataGridViewElementStatesOne of the DataGridViewElementStates values.

Properties

Instance memberColumn

DataGridViewColumn: Returns the column whose state changed.

Instance memberStateChanged

DataGridViewElementStates: Returns the new column state.

Used By

NameDescription
DataGridViewColumnStateChangedEventHandlerRepresents the method that will handle the ColumnStateChanged event of a DataGridView.