Share via


IHostedApplication.IsNavigating Property

Definition

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.

Applies to