Click or drag to resize

NavigationIHandler Interface

Handler interface for the Navigation control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ContainerIHandler, 
	ControlIHandler, WidgetIHandler

The NavigationIHandler type exposes the following members.

Methods
  NameDescription
Public methodPop
Pops the last item from the navigation stack.
Public methodPush
Pushes a new navigation item onto the stack.
Top
See Also