Click or drag to resize

ListBoxCallback Class

Callback implementation for handlers of ListBox
Inheritance Hierarchy

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

The ListBoxCallback type exposes the following members.

Constructors
  NameDescription
Public methodListBoxCallback
Initializes a new instance of the ListBoxCallback class
Top
Methods
  NameDescription
Public methodOnActivated
Raises the activated event.
Top
See Also