Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.62 KB

icorewebview2experimentalprofiledeletedeventhandler.md

File metadata and controls

52 lines (37 loc) · 1.62 KB
description title ms.date keywords topic_type api_name api_type api_location
Receives the `CoreWebView2Profile.Deleted` event.
WebView2 Win32 C++ ICoreWebView2ExperimentalProfileDeletedEventHandler
11/06/2023
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalProfileDeletedEventHandler
APIRef
ICoreWebView2ExperimentalProfileDeletedEventHandler
ICoreWebView2ExperimentalProfileDeletedEventHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ExperimentalProfileDeletedEventHandler

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalProfileDeletedEventHandler
  : public IUnknown

Receives the CoreWebView2Profile.Deleted event.

Summary

Members Descriptions
Invoke Called to provide the implementer with the event args for the profile deleted event.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1724

Members

Invoke

Called to provide the implementer with the event args for the profile deleted event.

public HRESULT Invoke(ICoreWebView2Profile * sender, IUnknown * args)

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