Click or drag to resize

TreeViewCallbackOnSelectionChanged Method

Raises the selection changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnSelectionChanged(
	TreeView widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsTreeView

[Missing <param name="widget"/> documentation for "M:Eto.Forms.TreeView.Callback.OnSelectionChanged(Eto.Forms.TreeView,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.TreeView.Callback.OnSelectionChanged(Eto.Forms.TreeView,System.EventArgs)"]

Implements

TreeViewICallbackOnSelectionChanged(TreeView, EventArgs)
See Also