DataGridViewColumnStateChangedEventArgs
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the ColumnStateChanged event.
Constructors
DataGridViewColumnStateChangedEventArgs(column, state)
Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.
Name
Type
Description
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