Search
LinkModified Event

Raised when the user moves any control point of a link.

Syntax

JavaScript  Copy Code

function onLinkModified (sender, args)

Event Data

LinkModified handlers receive an event object of type LinkEventArgs.

Remarks

To handle the LinkModified event, assign the name of the respective JavaScript function (for example 'onLinkModified') to the LinkModifiedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
LinkModifying Event