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!

CompoundPropertyChangeActionUnit Class

Represents a series of property change action units that can be treated as a single atomic action.

Object
   CompoundActionUnit
      CompoundPropertyChangeActionUnit

[Visual Basic]
Public Class CompoundPropertyChangeActionUnit
   Inherits CompoundActionUnit
[C#]
public class CompoundPropertyChangeActionUnit : CompoundActionUnit
[C++]
public __gc class CompoundPropertyChangeActionUnit : public
   CompoundActionUnit
[JScript]
public class CompoundPropertyChangeActionUnit extends
   CompoundActionUnit

Remarks

Undoing or redoing this action will cause all of the child actions to be done or undone in the appropriate order. The appropriate order for undoing child actions is from last to first and the appropriate order for redoing child actions is from first to last.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

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