Search
LinkDoubleClicked Event

Raised when the user double-clicks a link.

Syntax

JavaScript  Copy Code

function onLinkDoubleClicked (sender, args)

Event Data

LinkDoubleClicked handlers receive an event object of type LinkEventArgs.

Remarks

To handle the LinkDoubleClicked event, assign the name of the respective JavaScript function (for example 'onLinkDoubleClicked') to the LinkDoubleClickedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LinkClicked Event