Click or drag to resize

UndoRedoServiceRedo Method

Executes the last undone operation from the specified document again.

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

Parameters

document  CAEXDocument
The document.

Implements

IUndoRedoRedo(CAEXDocument)
See Also