ICoreWebView2FrameCreatedEventHandler

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

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2 sender, ICoreWebView2FrameCreatedEventArgs args)

Provides the result for the iframe created event.

Meta