Creates a RemoveItemCmd instance that implements undo/redo of removing an item from the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
You 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |