MindFusion.Wpf Pack Programmer's Guide
ChangeItemCmd Class
Remarks See Also
 





Handles undo / redo of programmatic property changes.

Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class ChangeItemCmd : Command

Visual Basic  Copy Code

Public Class ChangeItemCmd
    Inherits Command

 Remarks

Create an instance of this class in order to enable undo / redo of changes to item's properties. The constructor records the initial state of the item and the Execute method records the final state and adds the ChangeItemCmd object to the undo manager's history.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.Commands.Command
        MindFusion.Diagramming.Wpf.Commands.ChangeItemCmd

 See Also

ChangeItemCmd Members
MindFusion.Diagramming.Wpf.Commands Namespace