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
SyntaxC#
Copy Code
|
|---|
public DiagramView ItemRemovedScript ( |
Visual Basic
Copy Code
|
|---|
Public Function ItemRemovedScript( _ |
A string specifying the name of the client-side event handler.
Returns this instance for method chaining.
See Also