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





Creates an empty state object corresponding to the concrete type of this IUndoable.

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

 Syntax

C#  Copy Code

public abstract UndoState CreateState ()

Visual Basic  Copy Code

Public MustOverride Function CreateState () As UndoState

 Return Value

An instance of an UndoState-derived class.

 See Also

IUndoable Members
IUndoable Interface
MindFusion.DataViews.Silverlight Namespace