NavigationHelperCanGoBack Method |
Virtual method used by the
GoBackCommand property
to determine if the
Frame can go back.
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool CanGoBack()
Public Overridable Function CanGoBack As Boolean
public:
virtual bool CanGoBack()
abstract CanGoBack : unit -> bool
override CanGoBack : unit -> bool
Return Value
Type:
Boolean
true if the
Frame has at least one entry
in the back navigation history.
See Also