Invoked by the AddItemCmd and RemoveItemCmd classes to effectively add the specified item to the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected void AddItem ( |
Visual Basic
Copy Code
|
|---|
Protected Sub AddItem( _ |
The DiagramItem being added to the diagram.
See Also