Click or drag to resize

IUndoRedoCanUndo Method

Determines, if the service can undo a command

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

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
true if this instance can undo the specified document; otherwise, false.
See Also