ApplicationHost.IsNavigationComplete Method
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.
Determined whether the navigation is complete.
public:
virtual bool IsNavigationComplete();
public virtual bool IsNavigationComplete ();
abstract member IsNavigationComplete : unit -> bool
override this.IsNavigationComplete : unit -> bool
Public Overridable Function IsNavigationComplete () As Boolean
Returns
True
if the navigation is complete, otherwise false
.