Navigation Methods |
The Navigation type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnItemRemoved |
Raises the ItemRemoved event.
| |
| OnItemShown |
Raises the ItemShown event.
| |
| Pop |
Pops the last item from the navigation stack.
| |
| Push(INavigationItem) |
Pushes a new navigation item onto the stack.
| |
| Push(Control, String) |
Pushes a new pane onto the navigation stack with the specified content and title.
| |
| Remove |
Removes the specified child.
(Overrides ContainerRemove(Control).) |