Search
CompositeCommand Members
Constructors Methods
 


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 Constructors

  Name Description

CompositeCommand

Initializes a new instance of the CompositeCommand class.

 Public Methods

  Name Description

execute

DisposableCommand.Execute override.

redo

Command.Redo override.

undo

Command.Undo override.

 See Also