Search
LinkValidationEventArgs.ChangingDestination Property
See Also
 





Gets a value indicating whether the user modifies the link's destination end point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ChangingDestination { get; }

Visual Basic  Copy Code

Public ReadOnly Property ChangingDestination As Boolean

 Property Value

true if the user is changing the destination point; otherwise, false.

 See Also