NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICompoundActionUnit Interface

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.

Remarks

Undoing or redoing this action will cause all of the child actions to be done or undone in the appropriate order.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ICompoundActionUnit Members | System.ComponentModel.Design Namespace | IUndoService | IActionUnit