Search
LinkCreated Event

Raised when the user draws a new link.

Syntax

JavaScript  Copy Code

function onLinkCreated (sender, args)

Event Data

LinkCreated handlers receive an event object of type LinkEventArgs.

Remarks

To handle the LinkCreated event, assign the name of the respective JavaScript function (for example 'onLinkCreated') to the LinkCreatedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
InitializeLink Event
LinkCreating Event