FlexReport for WPF | ComponentOne
C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewerPane Class / OnContextMenuOpening Method

In This Topic
    OnContextMenuOpening Method (C1FlexViewerPane)
    In This Topic
    Fires the ContextMenuPopup and ContextMenuOpening events.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnContextMenuOpening( _
       ByVal e As ContextMenuEventArgs _
    ) 
    protected override void OnContextMenuOpening( 
       ContextMenuEventArgs e
    )

    Parameters

    e
    See Also