| NavigationHelper Properties |
The NavigationHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispatcher | Gets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject.) | |
| GoBackCommand | 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.
| |
| GoForwardCommand | 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.
|