Click or drag to resize

UndoRedoServiceUndoActions Method

Gets the command names of all undo actions of the defined document.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public IEnumerable<string> UndoActions(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The document.

Return Value

IEnumerableString
List of command names.

Implements

IUndoRedoUndoActions(CAEXDocument)
See Also