DataGridViewColumnStateChangedEventArgs

Wisej.Web.DataGridViewColumnStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for the ColumnStateChanged event.

public class DataGridViewColumnStateChangedEventArgs : EventArgs

Constructors

DataGridViewColumnStateChangedEventArgs(column, state)

Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.

Name
Type
Description

column

The DataGridViewColumn whose state has changed.

Properties

Column

DataGridViewColumn: Returns the column whose state changed.

StateChanged

DataGridViewElementStates: Returns the new column state.

Used By

Name
Description

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

Last updated