CoreWebView2ContextMenuRequestedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for the ContextMenuRequested event.
public class CoreWebView2ContextMenuRequestedEventArgs : EventArgs
type CoreWebView2ContextMenuRequestedEventArgs = class
inherit EventArgs
Public Class CoreWebView2ContextMenuRequestedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2ContextMenuRequestedEventArgs
Remarks
Will contain the selection information and a collection of all of the default context menu items that the WebView would show. Allows the app to draw its own context menu or add/remove from the default context menu.
Properties
ContextMenuTarget |
Gets the target information associated with the requested context menu. |
Handled |
Gets or sets whether the ContextMenuRequested event is handled by host after the event handler completes or after the deferral is completed if there is a taken Deferral. |
Location |
Gets the coordinates where the context menu request occurred in relation to the upper left corner of the WebView bounds. |
MenuItems |
Gets the collection of CoreWebView2ContextMenuItem objects. |
SelectedCommandId |
Gets or sets the selected CoreWebView2ContextMenuItem's CommandId. |
Methods
GetDeferral() |
Returns a Deferral object. |