 | 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.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IUndoRedo UndoRedoService { get; }
Public Shared ReadOnly Property UndoRedoService As IUndoRedo
Get
public:
static property IUndoRedo^ UndoRedoService {
IUndoRedo^ get ();
}
Property Value
IUndoRedo
See Also