Search
Diagram.AddItem Method
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void AddItem (
    DiagramItem item
)

Visual Basic  Copy Code

Protected Sub AddItem( _
    item As DiagramItem _
)

 Parameters

item

The DiagramItem being added to the diagram.

 See Also