Creates a RemoveItemCmd instance that implements undo/redo of removing an item from the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual RemoveItemCmd CreateRemoveItemCmd ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateRemoveItemCmd( _ |
The item being removed from the diagram.
An instance of RemoveItemCmd or derived class.
RemarksYou can override this method to return a custom command that stores additional information about the removed item, or handles the removal of more than one items.
See Also