The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridViewColumnStateChangedEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the ColumnStateChanged event of a DataGridView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public delegate void DataGridViewColumnStateChangedEventHandler( Object^ sender, DataGridViewColumnStateChangedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Windows.Forms::DataGridViewColumnStateChangedEventArgs^
A DataGridViewColumnStateChangedEventArgs that contains the event data.
This event is raised when the value of one of the following column properties changes for a DataGridViewColumn in a DataGridView control
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: