Initializes a new instance of the AddItemCommand class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public AddItemCommand ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A Diagram to which the new item is added.
A new DiagramItem that should be added to the Diagram.
See Also