Class TreeViewItemContainSelectItemBehavior
public class TreeViewItemContainSelectItemBehavior : Behavior<TreeViewItem>, IAnimatable, IAttachedObject
- Inheritance
-
TreeViewItemContainSelectItemBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
IsContainProperty
应用窗体关闭和显示
public static readonly DependencyProperty IsContainProperty
Field Value
Methods
GetIsContain(DependencyObject)
public static bool GetIsContain(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
OnAttached()
Called after the behavior is attached to an AssociatedObject.
protected override void OnAttached()
Remarks
Override this to hook up functionality to the AssociatedObject.
OnIsContainChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnIsContainChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
SetIsContain(DependencyObject, bool)
public static void SetIsContain(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool