Constable Authorization Engine 2.0 BETA

ChangeUndoManager Class

[This is preliminary documentation and subject to change.]

Defines a contract for types that listen to change notification for the purposes of performing corresponding undo and redo operations.

For a list of all members of this type, see ChangeUndoManager Members.

System.Object
   LaMarvin.ComponentModel.ChangeUndoManager
      LaMarvin.ComponentModel.CollectionChangeUndoManager
      LaMarvin.ComponentModel.PropertyChangeUndoManager

[Visual Basic]
MustInherit Public Class ChangeUndoManager
    Implements IUndoItem
[C#]
public abstract class ChangeUndoManager : IUndoItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LaMarvin.ComponentModel

Assembly: LaMarvin.Common (in LaMarvin.Common.dll)

See Also

ChangeUndoManager Members | LaMarvin.ComponentModel Namespace