Search
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
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool LinkChanges (
    DiagramItem item,
    Point point
)

Visual Basic  Copy Code

Public Overridable Function LinkChanges( _
    item As DiagramItem, _
    point As Point _
) 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