FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ColumnContextMenuOpening Event

In This Topic
    ColumnContextMenuOpening Event (C1FlexGridBase)
    In This Topic
    Fires before the column context menu opens.
    Syntax
    'Declaration
     
    
    Public Event ColumnContextMenuOpening As EventHandler(Of ColumnContextMenuOpeningEventArgs)
    public event EventHandler<ColumnContextMenuOpeningEventArgs> ColumnContextMenuOpening
    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