NavigationIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : ContainerIHandler,
ControlIHandler, WidgetIHandler
Public Interface IHandler
Inherits ContainerIHandler, ControlIHandler, WidgetIHandler
type IHandler =
interface
interface ContainerIHandler
interface ControlIHandler
interface WidgetIHandler
end
The NavigationIHandler type exposes the following members.
Methods
| Name | Description |
---|
| Pop |
Pops the last item from the navigation stack.
|
| Push |
Pushes a new navigation item onto the stack.
|
TopSee Also