MindFusion.Wpf Pack Programmer's Guide
IUndoable.SaveState Method
See Also
 





Saves the state of this IUndoable object.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public abstract UndoState SaveState ()

Visual Basic  Copy Code

Public MustOverride Function SaveState () As UndoState

 Return Value

An UndoState instance that represents the current state of the item.

 See Also

IUndoable Members
IUndoable Interface
MindFusion.DataViews.Wpf Namespace