'Declaration
Public Event ColumnContextMenuOpened As EventHandler(Of ColumnContextMenuOpenedEventArgs)
public event EventHandler<ColumnContextMenuOpenedEventArgs> ColumnContextMenuOpened
Event Data
The event handler receives an argument of type ColumnContextMenuOpenedEventArgs containing data related to this event. The following ColumnContextMenuOpenedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Col | Gets the index of the column that caused the event. |
ContextMenuStrip | Gets the column context menu strip that caused the event. |
See Also