CoreWebView2Controller.MoveFocusRequested Event
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.
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.