DiagramLite Programmer's Guide
ChangeItemCommand Members
Constructors Properties Methods
 


Handles undo / redo of property changes.

The following tables list the members exposed by the ChangeItemCommand type.

 Public Constructors

  Name Description

ChangeItemCommand

Initializes a new instance of the ChangeItemCommand class.

 Inherited Public Properties

  Name Description

Diagram

Gets the Diagram modified by this Command object. (Inherited from Command.)

 Public Methods

  Name Description

Execute

Command.Execute override.

Redo

Command.Redo override.

Undo

Command.Undo override.

 Inherited Public Methods

  Name Description

Execute

Carries out an action that changes the diagram in some way. (Inherited from Command.)

Redo

Repeats an action that has been undone. (Inherited from Command.)

Undo

Undoes an action, restoring the diagram to the state it was in before carrying out the action. (Inherited from Command.)

 See Also

ChangeItemCommand Class
MindFusion.Diagramming Namespace