A validation event raised while the user is drawing a new link.
JavaScript Copy Code |
---|
function onLinkCreating (sender, args) |
LinkCreating handlers receive an event object of type LinkEventArgs.
To handle the LinkCreating event, assign the name of the respective JavaScript function (for example 'onLinkCreating') to the LinkCreatingScript property.