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