Method OnItemSelectedChanged
OnItemSelectedChanged(TreeViewItem, bool)
Called when the selection state of a tree item changes.
protected virtual void OnItemSelectedChanged(TreeViewItem item, bool selected)
Parameters
itemTreeViewItemThe TreeViewItem whose selection state changed.
selectedboolIndicates whether the item is selected.