| NavigationHelper Methods |
The NavigationHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| CanGoBack |
Virtual method used by the GoBackCommand property
to determine if the Frame can go back.
| |
| CanGoForward |
Virtual method used by the GoForwardCommand property
to determine if the Frame can go forward.
| |
| ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) | |
| GoBack |
Virtual method used by the GoBackCommand property
to invoke the GoBack method.
| |
| GoForward |
Virtual method used by the GoForwardCommand property
to invoke the GoForward method.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNavigatedFrom |
Invoked when this page will no longer be displayed in a Frame.
This method calls SaveState, where all page specific
navigation and process lifetime management logic should be placed.
| |
| OnNavigatedTo |
Invoked when this page is about to be displayed in a Frame.
This method calls LoadState, where all page specific
navigation and process lifetime management logic should be placed.
| |
| ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) | |
| SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |