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 | |
---|---|---|
![]() |
Gets a list containing the child Command objects. |
Name | Description | |
---|---|---|
![]() |
Gets the Diagram modified by this Command object. (Inherited from Command.) |
Name | Description | |
---|---|---|
![]() |
Command.Execute override. |
|
![]() |
Command.Redo override. |
|
![]() |
Command.Undo override. |
Name | Description | |
---|---|---|
![]() |
Carries out an action that changes the diagram in some way. (Inherited from Command.) |
|
![]() |
Repeats an action that has been undone. (Inherited from Command.) |
|
![]() |
Undoes an action, restoring the diagram to the state it was in before carrying out the action. (Inherited from Command.) |