The NavigationHistory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NavigationHistory |
Initializes a new instance of the NavigationHistory class.
|
Methods
| Name | Description | |
|---|---|---|
| AddItem |
Adds the item to the navigation history.
| |
| Clear |
Clears this instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GoBack |
Navigates to the most recent entry in the back navigation history, or throws an exception if no entry exists in back navigation.
| |
| GoForward |
Navigates to the most recent entry in the forward navigation history, or throws an exception if no entry exists in forward navigation.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPropertyChanged |
Raised the PropertyChanged event.
(Inherited from NotifyPropertyChanged.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CanGoBack |
Gets a value that indicates whether there is at least one entry in the back navigation history.
| |
| CanGoForward |
Gets a value that indicates whether there is at least one entry in the forward navigation history.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from NotifyPropertyChanged.) |