Adds an action unit to the undo stack.
[Visual Basic] Overloads Sub AddAction( _ ByVal action As IActionUnit _ ) [C#] void AddAction( IActionUnit action ); [C++] void AddAction( IActionUnit* action ) = 0; [JScript] function AddAction( action : IActionUnit );
If this action is undone, it will be added to the redo stack, if appropriate. The action will be executed when it is added, so this method expects the action to be in the "REDO" state.
IUndoService Interface | IUndoService Members | System.ComponentModel.Design Namespace | IUndoService.AddAction Overload List | IActionUnit