Click or drag to resize
NavigationHelperGoBackCommand Property
RelayCommand used to bind to the back Button's Command property for navigating to the most recent item in back navigation history, if a Frame manages its own navigation history. The RelayCommand is set up to use the virtual method GoBack as the Execute Action and CanGoBack for CanExecute.

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

Property Value

Type: RelayCommand
See Also