Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.34 KB

icorewebview2framedestroyedeventhandler.md

File metadata and controls

48 lines (35 loc) · 1.34 KB
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
APIRef
ICoreWebView2FrameDestroyedEventHandler
ICoreWebView2FrameDestroyedEventHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2FrameDestroyedEventHandler

[!INCLUDE deprecation-note]

interface ICoreWebView2FrameDestroyedEventHandler
  : public IUnknown

Receives Destroyed events.

Summary

Members Descriptions
Invoke Provides the event args for the corresponding event.

Applies to

Product Introduced
WebView2 Win32 1.0.902.49
WebView2 Win32 Prerelease 1.0.902

Members

Invoke

Provides the event args for the corresponding event.

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