Search
DiagramView.NodeDeletingScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked as a validation event when the user tries to delete a node.

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

 Syntax

C#  Copy Code

public string NodeDeletingScript { get; set; }

Visual Basic  Copy Code

Public Property NodeDeletingScript As String

 Property Value

 See Also