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