C1.Win.FlexGrid Namespace / C1FlexGrid Class / ColumnContextMenuOpened Event

ColumnContextMenuOpened Event (C1FlexGrid)
Fires after the column context menu opens.
Syntax
'Declaration
 
Public Event ColumnContextMenuOpened As EventHandler(Of ColumnContextMenuOpenedEventArgs)
 
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.

PropertyDescription
Gets the index of the column that caused the event.  
Gets the column context menu strip that caused the event.  
See Also