[][src]Trait webview2_sys::ICoreWebView2ContentLoadingEventHandler

pub trait ICoreWebView2ContentLoadingEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        webview: *mut *mut ICoreWebView2VTable,
        args: *mut *mut ICoreWebView2ContentLoadingEventArgsVTable
    ) -> HRESULT; }

The caller implements this interface to receive the ContentLoading event.

Required methods

unsafe fn invoke(
    &self,
    webview: *mut *mut ICoreWebView2VTable,
    args: *mut *mut ICoreWebView2ContentLoadingEventArgsVTable
) -> HRESULT

Called to provide the implementer with the event args for the corresponding event.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2ContentLoadingEventHandler[src]

type VTable = ICoreWebView2ContentLoadingEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2ContentLoadingEventHandler> ProductionComInterface<C> for dyn ICoreWebView2ContentLoadingEventHandler[src]

Implementations on Foreign Types

impl<T: ICoreWebView2ContentLoadingEventHandler + ComInterface + ?Sized> ICoreWebView2ContentLoadingEventHandler for ComRc<T>[src]

impl<T: ICoreWebView2ContentLoadingEventHandler + ComInterface + ?Sized> ICoreWebView2ContentLoadingEventHandler for ComPtr<T>[src]

Loading content...

Implementors

Loading content...