Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Represents the method that will handle the ColumnStateChanged event of a DataGridView.

Namespace:   System.Windows.Forms
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
Return to top
Show:
© 2017 Microsoft