Table of Contents
WebView.ContextMenuDismissed Event

Occurs after a context menu was dismissed.

Syntax
 public event FrameEventHandler ContextMenuDismissed;
Event Data

The event handler receives an argument of type FrameEventArgs containing data related to this event. The following FrameEventArgs property provides information specific to this event.

Name Description
Frame Gets the Frame object associated to this event.
See Also