FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / OnContextMenuOpening Method

In This Topic
    OnContextMenuOpening Method (FlexViewerPane)
    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