ICoreWebView2FrameCreatedEventArgs

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

Members

Functions

get_Frame
HRESULT get_Frame(ICoreWebView2Frame* frame)

The frame which was created.

Meta