Restores the state of this tree item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
protected void RestoreState ( |
Visual Basic
![]() |
---|
Protected Sub RestoreState ( _ |
This method is used by the undo/redo system to restore an item to a previous state. Custom item classes must override RestoreState in order to implement undo/redo support for any additional members they define. This method should be overridden together with CreateState and SaveState.