MindFusion WinForms Programmer's Guide
ChangeItemCommand Class
Remarks See Also
 





Handles undo / redo of property changes.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 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.

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.Command
        MindFusion.Scheduling.ChangeItemCommand

 See Also

ChangeItemCommand Members
MindFusion.Scheduling Namespace