Click or drag to resize

ListControlICallback Interface

Callback interface for the ListControl

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

The ListControlICallback type exposes the following members.

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