Saves the state of this IUndoable object.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract UndoState SaveState () |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function SaveState () As UndoState |
An UndoState instance that represents the current state of the item.
See Also