Click or drag to resize

UndoRedoServiceCanUndo Method

Determines, if the service can undo a command.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public bool CanUndo(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
true if this instance can undo any command from the specified document; otherwise, false.

Implements

IUndoRedoCanUndo(CAEXDocument)
See Also