Click or drag to resize

TreeViewCallback Class

Callback methods for handlers of TreeView
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsTreeViewCallback

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

The TreeViewCallback type exposes the following members.

Constructors
  NameDescription
Public methodTreeViewCallback
Initializes a new instance of the TreeViewCallback class
Top
Methods
  NameDescription
Public methodOnActivated
Raises the activated event.
Public methodOnCollapsed
Raises the collapsed event.
Public methodOnCollapsing
Raises the collapsing event.
Public methodOnExpanded
Raises the expanded event.
Public methodOnExpanding
Raises the expanding event.
Public methodOnLabelEdited
Raises the label edited event.
Public methodOnLabelEditing
Raises the label editing event.
Public methodOnNodeMouseClick
Raises the node mouse click event.
Public methodOnSelectionChanged
Raises the selection changed event.
Top
See Also