DataGridViewColumnStateChangedEventArgs
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Last updated
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ColumnStateChanged event.
Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.
Name | Type | Description |
---|---|---|
column | The DataGridViewColumn whose state has changed. | |
state | One of the DataGridViewElementStates values. |
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. |