[][src]Trait webview2_sys::ICoreWebView2NavigationStartingEventHandler

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

The caller implements this interface to receive the NavigationStarting event.

Required methods

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

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

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2NavigationStartingEventHandler[src]

type VTable = ICoreWebView2NavigationStartingEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...