Search
DiagramView.ItemRemovedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when an item is removed from the diagram.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView ItemRemovedScript (
    string value
)

Visual Basic  Copy Code

Public Function ItemRemovedScript( _
    value As String _
) As DiagramView

 Parameters

value

A string specifying the name of the client-side event handler.

 Return Value

Returns this instance for method chaining.

 See Also