Click or drag to resize

ServiceLocatorUndoRedoService Property

Gets the registered UndoRedo-Service. The actual registered UndoRedo-Service is located by the engine and used to push executed commands on the undo stack. If no UndoRedo-Service is registered executed commands are not pushed and cannot be undone.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IUndoRedo UndoRedoService { get; }

Property Value

IUndoRedo
See Also