IHostedApplication.IsNavigating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a Boolean value that specifies whether the application is currently navigating.
public:
property bool IsNavigating { bool get(); };
public bool IsNavigating { get; }
member this.IsNavigating : bool
Public ReadOnly Property IsNavigating As Boolean
Property Value
true
if the application is currently navigating; otherwise, false
.