Search
DiagramView.LinkClickedScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked when the users clicks a link.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string LinkClickedScript { get; set; }

Visual Basic  Copy Code

Public Property LinkClickedScript As String

 Property Value

 See Also