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)

type DataGridViewColumnStateChangedEventHandler = 
    delegate of 
        sender:Object *
        e:DataGridViewColumnStateChangedEventArgs -> unit

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: