Initializes a new instance of the CompoundPropertyChangeActionUnit class with the specified property changes and description.
[Visual Basic] Overloads Public Sub New( _ ByVal description As String, _ ByVal propertyChanges() As PropertyChangeActionUnit _ ) [C#] public CompoundPropertyChangeActionUnit( string description, PropertyChangeActionUnit[] propertyChanges ); [C++] public: CompoundPropertyChangeActionUnit( String* description, PropertyChangeActionUnit* propertyChanges[] ); [JScript] public function CompoundPropertyChangeActionUnit( description : String, propertyChanges : PropertyChangeActionUnit[] );
CompoundPropertyChangeActionUnit Class | CompoundPropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | CompoundPropertyChangeActionUnit Constructor Overload List | PropertyChangeActionUnit | IActionUnit | IUndoService