Class TreeViewHierarchicalSelectBehavior
public class TreeViewHierarchicalSelectBehavior : Behavior<CheckBox>, INotifyPropertyChanged
- Inheritance
-
TreeViewHierarchicalSelectBehavior
- Implements
- Inherited Members
- Extension Methods
Methods
ApplyHierarchicalSelection(CheckBox)
protected virtual void ApplyHierarchicalSelection(CheckBox checkBox)
Parameters
checkBoxCheckBox
CheckStateItself(TreeViewNodeHolderView, bool)
protected virtual void CheckStateItself(TreeViewNodeHolderView holder, bool forcedSemiSelected = false)
Parameters
holderTreeViewNodeHolderViewforcedSemiSelectedbool
OnAttachedTo(CheckBox)
Application developers override this method to implement the behaviors that will be associated with bindable.
protected override void OnAttachedTo(CheckBox bindable)
Parameters
bindableCheckBoxThe 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
bindableCheckBoxThe bindable object from which the behavior was detached.