Bagikan melalui


WebUIView.NavigationCompleted Kejadian

Definisi

Terjadi ketika kontrol selesai memuat isi saat ini atau jika navigasi gagal.

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

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

// Revoke with event_revoker
WebUIView::NavigationCompleted_revoker NavigationCompleted(auto_revoke_t, TypedEventHandler<IWebViewControl, WebViewControlNavigationCompletedEventArgs const&> const& handler) const;
public event TypedEventHandler<IWebViewControl,WebViewControlNavigationCompletedEventArgs> NavigationCompleted;
function onNavigationCompleted(eventArgs) { /* Your code */ }
webUIView.addEventListener("navigationcompleted", onNavigationCompleted);
webUIView.removeEventListener("navigationcompleted", onNavigationCompleted);
- or -
webUIView.onnavigationcompleted = onNavigationCompleted;
Public Custom Event NavigationCompleted As TypedEventHandler(Of IWebViewControl, WebViewControlNavigationCompletedEventArgs) Implements NavigationCompleted

Jenis Acara

Penerapan

Berlaku untuk