ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / OnContextMenuPopup Method

In This Topic
    OnContextMenuPopup Method
    In This Topic
    Raises the ContextMenuPopup event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnContextMenuPopup( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnContextMenuPopup( 
       System.EventArgs e
    )

    Parameters

    e
    See Also