Saves the state of this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
protected virtual ItemState SaveState () |
Visual Basic Copy Code |
---|
Protected Overridable Function SaveState () As ItemState |
An ItemState that represents the current state of the item.
This method is used by the undo/redo system to save the state of an item. Custom item classes must override SaveState in order to implement undo/redo support for any additional members they define. This method should be overridden together with CreateState and RestoreState.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |