Represents a series of action units that should be treated as a single atomic action.
ICompoundActionUnit
[Visual Basic] Public Interface ICompoundActionUnit Implements IActionUnit [C#] public interface ICompoundActionUnit : IActionUnit [C++] public __gc __interface ICompoundActionUnit : public IActionUnit
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Undoing or redoing this action will cause all of the child actions to be done or undone in the appropriate order.
Namespace: System.ComponentModel.Design
Assembly: System.dll
ICompoundActionUnit Members | System.ComponentModel.Design Namespace | IUndoService | IActionUnit