Click or drag to resize

ListControlCallback Class

Callback implementation for handlers of ListControl
Inheritance Hierarchy

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

The ListControlCallback type exposes the following members.

Constructors
  NameDescription
Public methodListControlCallback
Initializes a new instance of the ListControlCallback class
Top
Methods
  NameDescription
Public methodOnSelectedIndexChanged
Raises the selected index changed event.
Top
See Also