Click or drag to resize

ListBox.ICallback Interface

Callback interface for the ListBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ListControl.ICallback, 
	Control.ICallback, Widget.ICallback

The ListBox.ICallback type exposes the following members.

Methods
  NameDescription
Public methodOnActivated
Raises the activated event.
Top
See Also