Raised when the user draws a new link.
JavaScript Copy Code |
---|
function onLinkCreated (sender, args) |
LinkCreated handlers receive an event object of type LinkEventArgs.
To handle the LinkCreated event, assign the name of the respective JavaScript function (for example 'onLinkCreated') to the LinkCreatedScript property.