Click or drag to resize

UndoRedoServiceUndo Method

Reverses the last action of the defined document.

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

Parameters

document  CAEXDocument
The document.

Implements

IUndoRedoUndo(CAEXDocument)
See Also