DataGridViewColumnStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ColumnStateChanged event.
- C#
- VB.NET
public class DataGridViewColumnStateChangedEventArgs : EventArgs
Public Class DataGridViewColumnStateChangedEventArgs
Inherits EventArgs
Constructors
DataGridViewColumnStateChangedEventArgs(column, state)
Initializes a new instance of the DataGridViewColumnStateChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| column | DataGridViewColumn | The DataGridViewColumn whose state has changed. |
| state | DataGridViewElementStates | One of the DataGridViewElementStates values. |
Properties
Column
DataGridViewColumn: Returns the column whose state changed.
StateChanged
DataGridViewElementStates: Returns the new column state.
Used By
| Name | Description |
|---|---|
| DataGridViewColumnStateChangedEventHandler | Represents the method that will handle the ColumnStateChanged event of a DataGridView. |