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

ColumnContextMenuOpening Event (C1FlexGrid)
Fires before the column context menu opens.
Syntax
'Declaration
 
Public Event ColumnContextMenuOpening As EventHandler(Of ColumnContextMenuOpeningEventArgs)
 
Event Data

The event handler receives an argument of type ColumnContextMenuOpeningEventArgs containing data related to this event. The following ColumnContextMenuOpeningEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the index of the column that caused the event.  
Gets the column context menu strip that caused the event.  
See Also