Encapsulates the state of an Item instance.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public class ItemState : IEquatable<ItemState> |
Visual Basic
Copy Code
|
|---|
Public Class ItemState |
RemarksInstances of this class are used to store the state of items for later undo or redo operations.
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.ItemState
See Also