Search
DiagramView.NodeSelectingScript Property
See Also
 





Sets the name of a JavaScript function that should be invoked when the user tries to select a node.

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

 Syntax

C#  Copy Code

public string NodeSelectingScript { get; set; }

Visual Basic  Copy Code

Public Property NodeSelectingScript As String

 Property Value

 See Also