ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ColumnContextMenuOpening Event

In This Topic
    ColumnContextMenuOpening Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ColumnContextMenuOpening As EventHandler(Of ColumnContextMenuOpeningEventArgs)
    public event EventHandler<ColumnContextMenuOpeningEventArgs> ColumnContextMenuOpening
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.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