Table of Contents

Class ElementAllowDragBehavior

Namespace
HeBianGu.Control.Adorner
Assembly
HeBianGu.Control.Adorner.dll

用于显示ListBoxItem拖拽进行时的效果,通过附加属性Bool修改样式

public class ElementAllowDragBehavior : DragAdornerBehavior, IAnimatable, IAttachedObject
Inheritance
ElementAllowDragBehavior
Implements
Inherited Members
Extension Methods

Methods

DoDragDrop()

用于子类重写拖拽时放入的数据

protected override void DoDragDrop()

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.