Raised when a link is deselected, either programmatically or by the user.
JavaScript Copy Code |
---|
function onLinkDeselected (sender, args) |
LinkDeselected handlers receive an event object of type LinkEventArgs.
To handle the LinkDeselected event, assign the name of the respective JavaScript function (for example 'onLinkDeselected') to the LinkDeselectedScript property.