 | IUndoRedoPushCommand Method |
A new command is pushed on the undo stack of this service.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid PushCommand(
ICAEXCommand cmd
)
Sub PushCommand (
cmd As ICAEXCommand
)
void PushCommand(
ICAEXCommand^ cmd
)
Parameters
- cmd ICAEXCommand
- The command.
See Also