ContextMenuRequested Event

Definition

Assembly NativeWebView.dll

Occurs synchronously when the native browser is preparing a context menu.

public event EventHandler<NativeWebViewContextMenuRequestedEventArgs>? ContextMenuRequested

Returns

Remarks

The event sender is this NativeWebView control, including when the control is subclassed. Handlers must update AdditionalItems or Handled before returning.