pub trait ICoreWebView2DOMContentLoadedEventArgs: IUnknown {
// Required method
unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT;
}Expand description
Event args for the DOMContentLoaded event.
Required Methods§
The ID of the navigation which corresponds to other navigation ID properties on other navigation events.
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2DOMContentLoadedEventArgs
impl ComInterface for dyn ICoreWebView2DOMContentLoadedEventArgs
Source§const IID: IID = IID_ICORE_WEB_VIEW2_DOMCONTENT_LOADED_EVENT_ARGS
const IID: IID = IID_ICORE_WEB_VIEW2_DOMCONTENT_LOADED_EVENT_ARGS
The associated id for this interface
Source§type VTable = ICoreWebView2DOMContentLoadedEventArgsVTable
type VTable = ICoreWebView2DOMContentLoadedEventArgsVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface