Occurs synchronously when the native browser is preparing a context menu.
public event EventHandler<NativeWebViewContextMenuRequestedEventArgs>? ContextMenuRequested
The event sender is this NativeWebView control, including when the control is subclassed. Handlers must update AdditionalItems or Handled before returning.