Trait webview2_sys::ICoreWebView2FrameDestroyedEventHandler[][src]

pub trait ICoreWebView2FrameDestroyedEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        sender: *mut *mut ICoreWebView2FrameVTable,
        args: *mut *mut IUnknownVTable
    ) -> HRESULT; }
Expand description

Receives FrameDestroyed event.

Required methods

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

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors