Provides data for navigation methods and event handlers that cannot cancel the navigation request.
<TypeForwardedFromAttribute("System.Windows.Controls.Navigation, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")> _ Public NotInheritable Class NavigationEventArgs _ Inherits EventArgs
[TypeForwardedFromAttribute("System.Windows.Controls.Navigation, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")] public sealed class NavigationEventArgs : EventArgs
The NavigationEventArgs type exposes the following members.
The NavigationEventArgs class provides data for the OnNavigatedTo and OnNavigatedFrom methods, and handlers of the Navigated and NavigationStopped events. Through these methods and event handlers, you can examine values about the navigation request.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.