Click or drag to resize
NavigationHelperCanGoBack Method
Virtual method used by the GoBackCommand property to determine if the Frame can go back.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool CanGoBack()

Return Value

Type: Boolean
true if the Frame has at least one entry in the back navigation history.
See Also