ASP.NET Pack Programmer's Guide
ConnectionPoint.LinkChanges Method
See Also
 





Checks whether the relationship represented by the associated link would change if the link is attached to the specified node at the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool LinkChanges (
    DiagramItem item,
    PointF point
)

Visual Basic  Copy Code

Public Overridable Function LinkChanges( _
    item As DiagramItem, _
    point As PointF _
) As Boolean

 Parameters

item
The item under the mouse pointer.
point
The current mouse pointer position.

 Return Value

true if the node should create a new ConnectionPoint instance, otherwise false.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace