Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / ContextMenuPopup Event

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

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

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