Click or drag to resize

UndoRedoServiceRedoActions Method

Gets the command names of all redo actions for the defined document.

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

Parameters

document  CAEXDocument
The document.

Return Value

IEnumerableString
List of command names

Implements

IUndoRedoRedoActions(CAEXDocument)
See Also