Search
ChangeItemCommand Class
Remarks See Also
 






Handles undo / redo of property changes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ChangeItemCommand : Command

Visual Basic  Copy Code

Public Class ChangeItemCommand
    Inherits Command

 Remarks

The ChangeItemCommand constructor records the state of an item, and its Undo and Redo methods restore the item to either its old or new state.

 Example

See ExecuteCommand for an example showing how item's state is saved for later undo / redo.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Command
        MindFusion.Diagramming.ChangeItemCommand

 See Also