Trait webview2_sys::ICoreWebView2NavigationStartingEventHandler[][src]

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

Receives NavigationStarting events.

Required methods

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

Provides 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...