pub trait ICoreWebView2SourceChangedEventArgs_Impl: Sized {
    // Required method
    fn IsNewDocument(&self, isnewdocument: *mut BOOL) -> Result<()>;
}

Required Methods§

source

fn IsNewDocument(&self, isnewdocument: *mut BOOL) -> Result<()>

Implementors§