Click or drag to resize

NavigationCallback Class

Callback implementation for the Navigation control.
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsNavigationCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	NavigationICallback, ControlICallback, WidgetICallback

The NavigationCallback type exposes the following members.

Constructors
  NameDescription
Public methodNavigationCallback
Initializes a new instance of the NavigationCallback class
Top
Methods
  NameDescription
Public methodOnItemRemoved
Raises the item removed event.
Public methodOnItemShown
Raises the item shown event.
Top
See Also