CoreWebView2Controller.MoveFocusRequested Event

Definition

MoveFocusRequested is raised when user tries to tab out of the WebView.

public event EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2MoveFocusRequestedEventArgs> MoveFocusRequested;
member this.MoveFocusRequested : EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2MoveFocusRequestedEventArgs> 
Public Custom Event MoveFocusRequested As EventHandler(Of CoreWebView2MoveFocusRequestedEventArgs) 

Event Type

Remarks

The focus of the WebView has not changed when this event is raised.

Applies to