Click or drag to resize

Expander.Callback Class

Callback implementation for the Expander
Inheritance Hierarchy
System.Object
  Eto.Forms.Control.Callback
    Eto.Forms.Expander.Callback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : Control.Callback, 
	Expander.ICallback, Control.ICallback, Widget.ICallback

The Expander.Callback type exposes the following members.

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