Click or drag to resize

TreeGridViewICallbackOnCollapsing Method

Raises the collapsing event.

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

Parameters

widget
Type: Eto.FormsTreeGridView

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

e
Type: Eto.FormsTreeGridViewItemCancelEventArgs

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

See Also