[][src]Trait webview2_sys::ICoreWebView2NavigationCompletedEventHandler

pub trait ICoreWebView2NavigationCompletedEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        sender: *mut *mut ICoreWebView2VTable,
        args: *mut *mut ICoreWebView2NavigationCompletedEventArgsVTable
    ) -> HRESULT; }

The caller implements this interface to receive the NavigationCompleted event.

Required methods

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

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

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2NavigationCompletedEventHandler[src]

type VTable = ICoreWebView2NavigationCompletedEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...