Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2SourceChangedEventArgs_Impl
source · pub trait ICoreWebView2SourceChangedEventArgs_Impl: Sized {
// Required method
fn IsNewDocument(&self, isnewdocument: *mut BOOL) -> Result<()>;
}
Required Methods§
fn IsNewDocument(&self, isnewdocument: *mut BOOL) -> Result<()>
Object Safety§
This trait is not object safe.