ICoreWebView2ProfileDeletedEventHandler

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

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2Profile sender, IUnknown args)

Called to provide the implementer with the event args for the profile deleted event. No event args exist and the args parameter is set to null.

Meta