ICoreWebView2FrameDestroyedEventHandler

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

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2Frame sender, IUnknown args)

Provides the result for the iframe destroyed event. No event args exist and the args parameter is set to null.

Meta