Table of Contents

Interface IUndoList

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Provides an indexed access to undo data.

public interface IUndoList : IList<IUndoData>, ICollection<IUndoData>, IEnumerable<IUndoData>, IEnumerable, IUpdate
Extension Methods

Properties

UndoCount

When implemented by a class, determines number of undo operations stored in the list.

Methods

Add(IUndoData)

When implemented by a class, adds an item to the collection.

Clear()

When implemented by a class, clears entire collection.

RemoveAt(int)

When implemented by a class, removes item at the specified index.