Table of Contents

Class DiagramDropBehaviorBase

Namespace
H.Controls.Diagram
Assembly
H.Controls.Diagram.dll

Diagram接收放下的操作

public abstract class DiagramDropBehaviorBase : Behavior<Diagram>, IAnimatable, IAttachedObject
Inheritance
Behavior
Behavior<Diagram>
DiagramDropBehaviorBase
Implements
IAttachedObject
Derived
Inherited Members
Behavior<Diagram>.AssociatedObject
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType
Extension Methods

Methods

Create(INodeData)

protected abstract Node Create(INodeData data)

Parameters

data INodeData

Returns

Node

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.