Trait webview2_sys::ICoreWebView2DOMContentLoadedEventArgs[][src]

pub trait ICoreWebView2DOMContentLoadedEventArgs: IUnknown {
    unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT;
}

Event args for the DOMContentLoaded event.

Required methods

unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT[src]

The ID of the navigation which corresponds to other navigation ID properties on other navigation events.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2DOMContentLoadedEventArgs[src]

type VTable = ICoreWebView2DOMContentLoadedEventArgsVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...