Table of Contents
WebView.BeforeContextMenu Event

Occurs before a context menu is displayed.

Syntax
 public event BeforeContextMenuHandler BeforeContextMenu;
Event Data

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

Name Description
FrameGets the Frame object associated to this event.
Menu Get a ContextMenu object that can be used to modify/build the context menu.
MenuInfo Gets a ContextMenuInfo object that contains additional information about the menu.
See Also