Navigation Class |
Namespace: Eto.Forms
The Navigation type exposes the following members.
| Name | Description | |
|---|---|---|
| Navigation |
Initializes a new instance of the Navigation class.
| |
| Navigation(INavigationItem) |
Initializes a new instance of the Navigation class with the initial navigation item.
| |
| Navigation(Control, String) |
Initializes a new instance of the Navigation class with the initial content and title.
|
| Name | Description | |
|---|---|---|
| Controls |
Gets an enumeration of controls that are directly contained by this container
(Overrides ContainerControls.) | |
| IsSupported |
Gets a value indicating that the Navigation control is supported by the current platform.
|
| 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).) |
| Name | Description | |
|---|---|---|
| ItemRemoved |
Event to handle when an item is removed from the navigation stack, either by the user or by code.
| |
| ItemShown |
Event to handle when an item is shown on the navigation stack
|
| Name | Description | |
|---|---|---|
| ItemRemovedEvent |
Event identifier for handlers when attaching the ItemRemoved event
| |
| ItemShownEvent |
Event identifier for handlers when attaching the ItemShown event
|