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.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RelayCommand GoBackCommand { get; set; }
Public Property GoBackCommand As RelayCommand
Get
Set
public:
property RelayCommand^ GoBackCommand {
RelayCommand^ get ();
void set (RelayCommand^ value);
}
member GoBackCommand : RelayCommand with get, set
Property Value
Type:
RelayCommand
See Also