DataGridViewColumnStateChangedEventArgs
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ColumnStateChanged event.
public class DataGridViewColumnStateChangedEventArgs : EventArgsPublic Class DataGridViewColumnStateChangedEventArgs
Inherits EventArgsConstructors
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
Was this helpful?

