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