Click or drag to resize

TreeViewICallbackOnCollapsing Method

Raises the collapsing event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnCollapsing(
	TreeView widget,
	TreeViewItemCancelEventArgs e
)

Parameters

widget
Type: Eto.FormsTreeView

[Missing <param name="widget"/> documentation for "M:Eto.Forms.TreeView.ICallback.OnCollapsing(Eto.Forms.TreeView,Eto.Forms.TreeViewItemCancelEventArgs)"]

e
Type: Eto.FormsTreeViewItemCancelEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.TreeView.ICallback.OnCollapsing(Eto.Forms.TreeView,Eto.Forms.TreeViewItemCancelEventArgs)"]

See Also