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