DataGridViewColumnStateChangedEventArgs

Wisej.Web.DataGridViewColumnStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ColumnStateChanged event.

public class DataGridViewColumnStateChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.

NameTypeDescription

column

The DataGridViewColumn whose state has changed.

state

One of the DataGridViewElementStates values.

Properties

DataGridViewColumn: Returns the column whose state changed.

DataGridViewElementStates: Returns the new column state.

Used By

NameDescription

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

Last updated