ICoreWebView2WindowCloseRequestedEventHandler

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

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2 sender, IUnknown args)

Provides the event args for the corresponding event. No event args exist and the args parameter is set to null.

Meta