Specifies the type of navigation that is occurring.
<TypeForwardedFromAttribute("System.Windows.Controls.Navigation, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")> _ Public Enumeration NavigationMode
[TypeForwardedFromAttribute("System.Windows.Controls.Navigation, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")] public enum NavigationMode
You use the NavigationMode enumeration when examining the value of the NavigationMode property of the NavigatingCancelEventArgs class.
Any navigation request that the user initiates through a Web browser (including using the back or forward button of the Web browser) is represented as a New type of navigation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.