Share via


IWebViewControl.FrameNavigationStarting Event

Definition

Occurs before a frame in the IWebViewControl navigates to new content.

event TypedEventHandler<IWebViewControl,WebViewControlNavigationStartingEventArgs> FrameNavigationStarting;

Event Type

Remarks

WebView navigation events occur in the following order:

Similar events occur in the same order for each iframe in the WebView content:

Applies to