C1.WPF.FlexViewer.4 Assembly > C1.WPF.FlexViewer Namespace > C1FlexViewerPane Class : ContextMenuPopup Event |
'Declaration Public Event ContextMenuPopup As System.EventHandler(Of ContextMenuPopupEventArgs)
public event System.EventHandler<ContextMenuPopupEventArgs> ContextMenuPopup
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.
Property | Description |
---|---|
FromKeyboard | Gets a value indicating if the event came from the keyboard. |
X | Gets the X screen coordinate, in DIPs. |
Y | Gets the Y screen coordinate, in DIPs. |