FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / ContextMenuPopup Event

In This Topic
    ContextMenuPopup Event (FlexViewerPane)
    In This Topic
    Occurs when the user right-clicked FlexViewerPane to display the context menu.
    Syntax
    'Declaration
     
    Public Event ContextMenuPopup As EventHandler(Of ContextMenuPopupEventArgs)
    public event EventHandler<ContextMenuPopupEventArgs> ContextMenuPopup
    Event Data

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

    PropertyDescription
    Gets a value indicating if the event came from the keyboard.  
    Gets the X screen coordinate, in DIPs.  
    Gets the Y screen coordinate, in DIPs.  
    See Also