Handles undo / redo of property changes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class ChangeItemCommand : Command |
Visual Basic
Copy Code
|
|---|
Public Class ChangeItemCommand |
RemarksThe ChangeItemCommand constructor records the state of an item, and its Undo and Redo methods restore the item to either its old or new state.
ExampleSee ExecuteCommand for an example showing how item's state is saved for later undo / redo.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Command
MindFusion.Diagramming.ChangeItemCommand
See Also