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

Required Methods

Implementors