Click or drag to resize

Navigation Methods

The Navigation type exposes the following members.

Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Protected methodOnItemRemoved
Raises the ItemRemoved event.
Protected methodOnItemShown
Raises the ItemShown event.
Public methodPop
Pops the last item from the navigation stack.
Public methodPush(INavigationItem)
Pushes a new navigation item onto the stack.
Public methodPush(Control, String)
Pushes a new pane onto the navigation stack with the specified content and title.
Public methodRemove
Removes the specified child.
(Overrides ContainerRemove(Control).)
Top
See Also