WebBrowser.Navigating Event
July 26, 2012
Occurs when the browser control is navigating, including from a redirect.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The WebBrowser class events are raised in the following order: Navigating, Navigated, and LoadCompleted. You can use the NavigatingEventArgs class to cancel the navigation.