Click or drag to resize

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
)

Parameters

item
Type: Eto.FormsINavigationItem
Item to push onto the navigation stack.
See Also