Freigeben über


IWebViewControl.FrameNavigationStarting Ereignis

Definition

Tritt auf, bevor ein Frame in IWebViewControl zu neuen Inhalten navigiert.

// Register
event_token FrameNavigationStarting(TypedEventHandler<IWebViewControl, WebViewControlNavigationStartingEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
IWebViewControl::FrameNavigationStarting_revoker FrameNavigationStarting(auto_revoke_t, TypedEventHandler<IWebViewControl, WebViewControlNavigationStartingEventArgs const&> const& handler) const;
event TypedEventHandler<IWebViewControl,WebViewControlNavigationStartingEventArgs> FrameNavigationStarting;
function onFrameNavigationStarting(eventArgs) { /* Your code */ }
iWebViewControl.addEventListener("framenavigationstarting", onFrameNavigationStarting);
iWebViewControl.removeEventListener("framenavigationstarting", onFrameNavigationStarting);
- or -
iWebViewControl.onframenavigationstarting = onFrameNavigationStarting;
Event FrameNavigationStarting As TypedEventHandler(Of IWebViewControl, WebViewControlNavigationStartingEventArgs) 

Ereignistyp

Hinweise

WebView-Navigationsereignisse treten in der folgenden Reihenfolge auf:

Ähnliche Ereignisse treten in der gleichen Reihenfolge für jeden iFrame im WebView-Inhalt auf:

Gilt für: