Trait webview2_sys::ICoreWebView2SourceChangedEventArgs[][src]

pub trait ICoreWebView2SourceChangedEventArgs: IUnknown {
    unsafe fn get_is_new_document(&self, is_new_document: *mut BOOL) -> HRESULT;
}
Expand description

Event args for the SourceChanged event.

Required methods

TRUE if the page being navigated to is a new document.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors