MindFusion.Wpf Pack Programmer's Guide
Command Members
Constructors Properties Methods
 


Represents an action that changes the ViewModel and whose effects can be undone.

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

 Protected Constructors

  Name Description

Command

Initializes a new instance of the Command class.

 Protected Properties

  Name Description

Project

Gets the ViewModel modified by this Command object.

 Protected Methods

  Name Description

Execute

Carries out an action that changes the ViewModel in some way.

Redo

Repeats an action that has been undone.

Undo

Undoes an action, restoring the ViewModel to the state it was in before carrying out the action.

 See Also

Command Class
MindFusion.DataViews.Wpf Namespace