Bagikan melalui


IWebViewControl.FrameNavigationCompleted Kejadian

Definisi

Terjadi ketika bingkai di IWebViewControl telah selesai memuat kontennya.

// Register
event_token FrameNavigationCompleted(TypedEventHandler<IWebViewControl, WebViewControlNavigationCompletedEventArgs const&> const& handler) const;

// Revoke with event_token
void FrameNavigationCompleted(event_token const* cookie) const;

// Revoke with event_revoker
IWebViewControl::FrameNavigationCompleted_revoker FrameNavigationCompleted(auto_revoke_t, TypedEventHandler<IWebViewControl, WebViewControlNavigationCompletedEventArgs const&> const& handler) const;
event TypedEventHandler<IWebViewControl,WebViewControlNavigationCompletedEventArgs> FrameNavigationCompleted;
function onFrameNavigationCompleted(eventArgs) { /* Your code */ }
iWebViewControl.addEventListener("framenavigationcompleted", onFrameNavigationCompleted);
iWebViewControl.removeEventListener("framenavigationcompleted", onFrameNavigationCompleted);
- or -
iWebViewControl.onframenavigationcompleted = onFrameNavigationCompleted;
Event FrameNavigationCompleted As TypedEventHandler(Of IWebViewControl, WebViewControlNavigationCompletedEventArgs) 

Jenis Acara

Keterangan

Peristiwa navigasi WebView terjadi dalam urutan berikut:

Peristiwa serupa terjadi dalam urutan yang sama untuk setiap iframe di konten WebView:

Berlaku untuk