Wisej.Web.DataGridViewColumnStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the ColumnStateChanged event.
Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.
Name | Type | Description |
---|---|---|
DataGridViewColumn: Returns the column whose state changed.
DataGridViewElementStates: Returns the new column state.
Name | Description |
---|---|
Represents the method that will handle the ColumnStateChanged event of a DataGridView.
column
The DataGridViewColumn whose state has changed.
state
One of the DataGridViewElementStates values.