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 | |
---|---|---|
Gets a list containing the child Command objects. |
Name | Description | |
---|---|---|
Gets a value indicating whether the command does anything. (Inherited from Command.) |
Name | Description | |
---|---|---|
Cancels the command. (Inherited from DisposableCommand.) |
||
IDisposable.Dispose implementation. (Inherited from DisposableCommand.) |
Name | Description | |
---|---|---|
DisposableCommand.Execute override. |
||
Command.Redo override. |
||
Command.Undo override. |