DiagramLite Programmer's Guide
ConnectionPoint.LinkChanges Method
See Also
 





Checks whether the link would change if attached to the specified node at the specified point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public virtual bool LinkChanges (
    DiagramItem item,
    Point point,
    bool isDiagramCoordinate
)

Visual Basic  Copy Code

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

 Parameters

item
A DiagramItem under the mouse cursor.
point
A point where the link will be connected.
isDiagramCoordinate
true if the point is specified in diagram coordinate; false if specified in local item coordinates.

 Return Value

true if the link would connect to a different entity (e.g. node, table cell, tree item) if dropped at the specified location, otherwise false.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace