Click or drag to resize

TreeGridViewCallback Class

Callback implementation for handlers of TreeGridView
Inheritance Hierarchy

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

The TreeGridViewCallback type exposes the following members.

Constructors
  NameDescription
Public methodTreeGridViewCallback
Initializes a new instance of the TreeGridViewCallback 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 methodOnSelectedItemChanged
Raises the selected item changed event.
Top
See Also