Class HistoryManager
Extended history for NavigationView.
Implements
Inherited Members
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> |