ICoreWebView2MoveFocusRequestedEventHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2MoveFocusRequestedEventHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2Controller sender, ICoreWebView2MoveFocusRequestedEventArgs args)

Provides the event args for the corresponding event.

Meta