NavigationIHandlerPush Method |
Pushes a new navigation item onto the stack.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Push(
INavigationItem item
)
Sub Push (
item As INavigationItem
)
abstract Push :
item : INavigationItem -> unit
Parameters
- item
- Type: Eto.FormsINavigationItem
Item to push onto the navigation stack.
See Also