Search
LinkValidationEventArgs.CancelDrag Method
See Also
 





Cancels the creation or modification of the link.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void CancelDrag ()

Visual Basic  Copy Code

Public Sub CancelDrag ()

 Remarks

Calling this method immediately stops the operation.

 See Also