DataGridViewColumnStateChangedEventArgs
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the ColumnStateChanged event.
public class DataGridViewColumnStateChangedEventArgs : EventArgsPublic Class DataGridViewColumnStateChangedEventArgs
Inherits EventArgsInitializes a new instance of the DataGridViewColumnStateChangedEventArgs class.
DataGridViewColumn: Returns the column whose state changed.
DataGridViewElementStates: Returns the new column state.
Represents the method that will handle the ColumnStateChanged event of a DataGridView.
Last updated
Was this helpful?
Was this helpful?

