Table of Contents

Class TreeViewItemLazyLoadBehavior

Namespace
H.Extensions.Tree
Assembly
H.Extensions.Tree.dll
public class TreeViewItemLazyLoadBehavior : Behavior<TreeViewItem>, IAnimatable, IAttachedObject
Inheritance
Behavior
Behavior<TreeViewItem>
TreeViewItemLazyLoadBehavior
Implements
IAttachedObject
Inherited Members
Behavior<TreeViewItem>.AssociatedObject
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType
Extension Methods

Properties

Tree

public ITree Tree { get; set; }

Property Value

ITree

Methods

OnAttached()

Called after the behavior is attached to an AssociatedObject.

protected override void OnAttached()

Remarks

Override this to hook up functionality to the AssociatedObject.

OnDetaching()

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

protected override void OnDetaching()

Remarks

Override this to unhook functionality from the AssociatedObject.