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
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.
Namespace: System.ComponentModel.Design
Assembly: System.dll
CompoundPropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | IUndoService | IActionUnit