Click or drag to resize

TabControlICallback Interface

Callback interface for the TabControl

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

The TabControlICallback type exposes the following members.

Methods
  NameDescription
Public methodOnSelectedIndexChanged
Raises the selected index changed event.
Top
See Also