MindFusion.Scheduling for Silverlight Programmer's Guide
IUndoable.SaveState Method
See Also
 





Saves the state of this IUndoable object.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 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.Silverlight Namespace