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