Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / ColumnContextMenuOpening Event

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

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
     
     
    See Also