Click or drag to resize

ExpanderCallback Class

Callback implementation for the Expander
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsExpanderCallback

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

The ExpanderCallback type exposes the following members.

Constructors
  NameDescription
Public methodExpanderCallback
Initializes a new instance of the ExpanderCallback class
Top
Methods
  NameDescription
Public methodOnExpandedChanged
Raises the expanded changed event.
Top
See Also