NavigatingCancelEventArgs.IsNavigationInitiator Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the current application is the origin and destination of the navigation.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the navigation starts and ends within the current application; false if the navigation starts or ends at an external location.
In Windows Phone applications, this property enables you to perform different actions depending on whether the navigation is internal to the application or is leaving or returning to the application. For example, you can use it to launch different navigation transition animations depending on the navigation type.
Version Notes
Windows Phone