Creates an empty state object corresponding to the concrete type of this IUndoable.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract UndoState CreateState () |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function CreateState () As UndoState |
An instance of an UndoState-derived class.
See Also