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