Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.
The following tables list the members exposed by the CompositeCommand type.
Name | Description | |
---|---|---|
Initializes a new instance of the CompositeCommand class. |
Name | Description | |
---|---|---|
Command.execute override. |
||
Gets a list containing the child Command objects. |
||
Command.redo override. |
||
Command.undo override. |
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |