Table of Contents

Class TreeViewHierarchicalSelectBehavior

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
public class TreeViewHierarchicalSelectBehavior : Behavior<CheckBox>, INotifyPropertyChanged
Inheritance
TreeViewHierarchicalSelectBehavior
Implements
Inherited Members
Extension Methods

Methods

ApplyHierarchicalSelection(CheckBox)

protected virtual void ApplyHierarchicalSelection(CheckBox checkBox)

Parameters

checkBox CheckBox

CheckStateItself(TreeViewNodeHolderView, bool)

protected virtual void CheckStateItself(TreeViewNodeHolderView holder, bool forcedSemiSelected = false)

Parameters

holder TreeViewNodeHolderView
forcedSemiSelected bool

OnAttachedTo(CheckBox)

Application developers override this method to implement the behaviors that will be associated with bindable.

protected override void OnAttachedTo(CheckBox bindable)

Parameters

bindable CheckBox

The bindable object to which the behavior was attached.

OnDetachingFrom(CheckBox)

Application developers override this method to remove the behaviors from bindable that were implemented in a previous call to the OnAttachedTo(T) method.

protected override void OnDetachingFrom(CheckBox bindable)

Parameters

bindable CheckBox

The bindable object from which the behavior was detached.