HistoryService Class Members
In This Topic
The following tables list the members exposed by HistoryService.
Public Constructors
Public Properties
| Name | Description |
| ChangeHandler | Gets or sets the change handler. |
| Current | Gets the current page index. |
| HasNext | Gets a value indicating whether the history has next page index. |
| HasPrevious | Gets a value indicating whether the history has previous page index. |
| IsEmpty | Gets a value indicating whether the history is empty. |
| Next | Gets the next page index. |
| Previous | Gets the previous page index. |
Top
Public Methods
| Name | Description |
| Add | Adds the specified page number to history. |
| Clear | Clears history. |
| GetPageIndexes | Gets list of page indexes |
Top
See Also