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