This topic has not yet been rated - Rate this topic

WebBrowser.Navigating Event

July 26, 2012

Occurs when the browser control is navigating, including from a redirect.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public event EventHandler<NavigatingEventArgs> Navigating
<object Navigating="EventHandler<NavigatingEventArgs>" .../>

The WebBrowser class events are raised in the following order: Navigating, Navigated, and LoadCompleted. You can use the NavigatingEventArgs class to cancel the navigation.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.