menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistoryManager - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HistoryManager

    Extended history for NavigationView.

    Inheritance
    System.Object
    HistoryManager
    HistoryManager
    Implements
    IHistoryManager
    Inherited Members
    HistoryManager.BeginBlock()
    HistoryManager.CanRedo
    HistoryManager.CanUndo
    HistoryManager.CloseBlock()
    HistoryManager.Do(ICommand)
    HistoryManager.IsBlockOpened
    HistoryManager.Redo()
    HistoryManager.Reset()
    HistoryManager.ResetRedoStack()
    HistoryManager.ResetUndoStack()
    HistoryManager.RollBack()
    HistoryManager.Undo()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class HistoryManager : HistoryManager, IHistoryManager

    Constructors

    HistoryManager()

    Declaration
    public HistoryManager()

    Properties

    Redoes

    Gets collection of redo command.

    Declaration
    public IList<ICommand> Redoes { get; }
    Property Value
    Type
    System.Collections.Generic.IList<ICommand>

    Undoes

    Gets collection of undo command.

    Declaration
    public IList<ICommand> Undoes { get; }
    Property Value
    Type
    System.Collections.Generic.IList<ICommand>

    Implements

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