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
)
Sub OnCollapsing (
widget As TreeView,
e As TreeViewItemCancelEventArgs
)
abstract OnCollapsing :
widget : TreeView *
e : TreeViewItemCancelEventArgs -> unit
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