Click or drag to resize
NavigationHelperGoForwardCommand Property
RelayCommand used for navigating to the most recent item in the forward navigation history, if a Frame manages its own navigation history. The RelayCommand is set up to use the virtual method GoForward as the Execute Action and CanGoForward for CanExecute.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RelayCommand GoForwardCommand { get; }

Property Value

Type: RelayCommand
See Also