Table of Contents

Method OnItemSelectedChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnItemSelectedChanged(TreeViewItem, bool)

Called when the selection state of a tree item changes.

protected virtual void OnItemSelectedChanged(TreeViewItem item, bool selected)

Parameters

item TreeViewItem

The TreeViewItem whose selection state changed.

selected bool

Indicates whether the item is selected.