Click or drag to resize

TreeGridView.Collapsing Event

Occurs before a tree item is collapsed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<TreeGridViewItemCancelEventArgs> Collapsing

Value

Type: System.EventHandler<TreeGridViewItemCancelEventArgs>
See Also