MindFusion.Scheduling for Silverlight Programmer's Guide
ItemState Class
Remarks See Also
 





Encapsulates the state of an Item instance.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public class ItemState : IEquatable<ItemState>

Visual Basic  Copy Code

Public Class ItemState
    Implements IEquatable(Of ItemState)

 Remarks

Instances of this class are used to store the state of items for later undo or redo operations.

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.ItemState

 See Also

ItemState Members
MindFusion.Scheduling Namespace