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
checkBox
CheckBox
CheckStateItself(TreeViewNodeHolderView, bool)
protected virtual void CheckStateItself(TreeViewNodeHolderView holder, bool forcedSemiSelected = false)
Parameters
holder
TreeViewNodeHolderViewforcedSemiSelected
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
CheckBoxThe 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
CheckBoxThe bindable object from which the behavior was detached.