 | UndoRedoServicePushCommand Method |
A command is pushed on the undo stack of this service.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic void PushCommand(
ICAEXCommand cmd
)
Public Sub PushCommand (
cmd As ICAEXCommand
)
public:
virtual void PushCommand(
ICAEXCommand^ cmd
) sealed
Parameters
- cmd ICAEXCommand
- the CAEX command.
Implements
IUndoRedoPushCommand(ICAEXCommand)
See Also