description | title | ms.date | keywords | topic_type | api_name | api_type | api_location | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Receives `Destroyed` events. |
WebView2 Win32 C++ ICoreWebView2FrameDestroyedEventHandler |
07/31/2024 |
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2FrameDestroyedEventHandler |
|
|
|
|
[!INCLUDE deprecation-note]
interface ICoreWebView2FrameDestroyedEventHandler
: public IUnknown
Receives Destroyed
events.
Members | Descriptions |
---|---|
Invoke | Provides the event args for the corresponding event. |
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.902.49 |
WebView2 Win32 Prerelease | 1.0.902 |
Provides the event args for the corresponding event.
public HRESULT Invoke(ICoreWebView2Frame * sender, IUnknown * args)