TreeViewICallbackOnExpanding Method |
Raises the expanding event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnExpanding(
TreeView widget,
TreeViewItemCancelEventArgs e
)
Sub OnExpanding (
widget As TreeView,
e As TreeViewItemCancelEventArgs
)
abstract OnExpanding :
widget : TreeView *
e : TreeViewItemCancelEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsTreeView
[Missing <param name="widget"/> documentation for "M:Eto.Forms.TreeView.ICallback.OnExpanding(Eto.Forms.TreeView,Eto.Forms.TreeViewItemCancelEventArgs)"]
- e
- Type: Eto.FormsTreeViewItemCancelEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.TreeView.ICallback.OnExpanding(Eto.Forms.TreeView,Eto.Forms.TreeViewItemCancelEventArgs)"]
See Also