Skip to main content
Version: 4.1

DataGridViewColumnStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ColumnStateChanged event.

public class DataGridViewColumnStateChangedEventArgs : EventArgs

Constructors

Instance member DataGridViewColumnStateChangedEventArgs(column, state)

Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.

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

Properties

Instance member Column

DataGridViewColumn: Returns the column whose state changed.

Instance member StateChanged

DataGridViewElementStates: Returns the new column state.

Used By

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