Class HistoryEntry
Represents the entry of the changed history of an object.
Inherited Members
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class HistoryEntry : HistoryEntryBase
Remarks
This class is used to track changes made to objects and supports undo/redo functionality.
It categorizes each entry to facilitate management of change sources.
Constructors
HistoryEntry()
Initializes a new instance of the HistoryEntry class.
Declaration
public HistoryEntry()
Remarks
By default, the Category
is set to Syncfusion.Blazor.Diagram.EntryCategory.ExternalEntry to denote changes initiated externally.