alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class HistoryEntry

    Represents the entry of the changed history of an object.

    Inheritance
    object
    HistoryEntryBase
    HistoryEntry
    Inherited Members
    HistoryEntryBase.IsUndo
    HistoryEntryBase.Next
    HistoryEntryBase.Previous
    HistoryEntryBase.RedoObject
    HistoryEntryBase.Type
    HistoryEntryBase.UndoObject
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved