Charting for WinForms Programmer's Guide
CompositeCommand Members
Properties 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 Properties

  Name Description

Commands

Gets a list containing the child Command objects.

 Protected Properties

  Name Description

HasEffect

Gets a value indicating whether the command does anything. (Inherited from Command.)

 Public Methods

  Name Description

Cancel

Cancels the command. (Inherited from DisposableCommand.)

Dispose

IDisposable.Dispose implementation. (Inherited from DisposableCommand.)

 Protected Methods

  Name Description

Execute

DisposableCommand.Execute override.

Redo

Command.Redo override.

Undo

Command.Undo override.

 See Also

CompositeCommand Class
MindFusion.Charting.Commands Namespace