MAUI 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
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

point

 Return Value

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace