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

In This Topic
    ColumnContextMenuOpened Event (C1FlexGridBase)
    In This Topic
    Fires after the column context menu opens.
    Syntax
    '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.

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