ASP.NET Pack Programmer's Guide
Diagram.removeItem Method
See Also
 





Removes the specified item from the Diagram.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function removeItem (item)

 Parameters

item
The DiagramItem to be removed.

 Remarks

The Diagram object calls this method automatically when an item is removed from the items collection. Classes that inherit Diagram can override it to implement some additional processing, but in any case they must call the base method.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ShowDeleteButton Property