Search
LinkCreating Event

A validation event raised while the user is drawing a new link.

Syntax

JavaScript  Copy Code

function onLinkCreating (sender, args)

Event Data

LinkCreating handlers receive an event object of type LinkEventArgs.

Remarks

To handle the LinkCreating event, assign the name of the respective JavaScript function (for example 'onLinkCreating') to the  LinkCreatingScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LinkCreated Event