Click or drag to resize

TreeGridViewICallbackOnExpanding Method

Raises the expanding event.

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

Parameters

widget
Type: Eto.FormsTreeGridView

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

e
Type: Eto.FormsTreeGridViewItemCancelEventArgs

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

See Also