Search
Diagram.RemoveItem Method
See Also
 





Invoked by the AddItemCmd and RemoveItemCmd classes to effectively remove the specified item from the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void RemoveItem (
    DiagramItem item
)

Visual Basic  Copy Code

Protected Sub RemoveItem( _
    item As DiagramItem _
)

 Parameters

item

The item being removed from the diagram.

 See Also