DataGridViewColumnStateChangedEventArgs

Wisej.Web.DataGridViewColumnStateChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the ColumnStateChanged event.

public class DataGridViewColumnStateChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.

Properties

DataGridViewColumn: Returns the column whose state changed.

DataGridViewElementStates: Returns the new column state.

Used By

Last updated