Handles undo / redo of property changes.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public class ChangeItemCommand : Command |
Visual Basic Copy Code |
---|
Public Class ChangeItemCommand |
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.
System.Object
MindFusion.Scheduling.Command
MindFusion.Scheduling.ChangeItemCommand