 | IUndoRedoUndoActions Method |
Gets all command names of the actions in the undo stack for the provided CAEX document.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<string> UndoActions(
CAEXDocument document
)
Function UndoActions (
document As CAEXDocument
) As IEnumerable(Of String)
IEnumerable<String^>^ UndoActions(
CAEXDocument^ document
)
Parameters
- document CAEXDocument
- The document.
Return Value
IEnumerableStringList of command names
See Also