Click or drag to resize

NavigationICallback Interface

Callback interface for the Navigation control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The NavigationICallback type exposes the following members.

Methods
  NameDescription
Public methodOnItemRemoved
Raises the item removed event.
Public methodOnItemShown
Raises the item shown event.
Top
See Also