ComponentOne FlexReport for WinForms
ContextMenuPopup Event (C1FlexViewerDialog)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerDialog Class : ContextMenuPopup Event
Occurs when the user right-clicked C1FlexViewerPane to display the context menu.
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 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 pixels.  
Gets the Y screen coordinate, in pixels.  
See Also