Search
LinkClicked Event

Raised when the user clicks a link.

Syntax

JavaScript  Copy Code

function onLinkClicked (sender, args)

Event Data

LinkClicked handlers receive an event object of type LinkEventArgs.

Remarks

To handle the LinkClicked event, assign the name of the respective JavaScript function (for example 'onLinkClicked') to the LinkClickedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace