Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_4_Impl
source · [−]pub trait ICoreWebView2_4_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl {
fn add_FrameCreated(
&self,
eventhandler: &Option<ICoreWebView2FrameCreatedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_FrameCreated(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
fn add_DownloadStarting(
&self,
eventhandler: &Option<ICoreWebView2DownloadStartingEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_DownloadStarting(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
}
Required Methods
sourcefn add_FrameCreated(
fn add_FrameCreated(
&self,
eventhandler: &Option<ICoreWebView2FrameCreatedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
sourcefn remove_FrameCreated(
fn remove_FrameCreated(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>
sourcefn add_DownloadStarting(
fn add_DownloadStarting(
&self,
eventhandler: &Option<ICoreWebView2DownloadStartingEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
sourcefn remove_DownloadStarting(