Click or drag to resize
NavigationHelperCanGoForward Method
Virtual method used by the GoForwardCommand property to determine if the Frame can go forward.

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

Return Value

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