Click or drag to resize

NavigationPush Method (INavigationItem)

Pushes a new navigation item onto the stack.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Push(
	INavigationItem item
)

Parameters

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