Initializes a new instance of PropertyChangeActionUnit using the specified values.
[Visual Basic] Overloads Public Sub New( _ ByVal target As Object, _ ByVal propDesc As PropertyDescriptor, _ ByVal newValue As Object, _ ByVal oldValue As Object _ ) [C#] public PropertyChangeActionUnit( object target, PropertyDescriptor propDesc, object newValue, object oldValue ); [C++] public: PropertyChangeActionUnit( Object* target, PropertyDescriptor* propDesc, Object* newValue, Object* oldValue ); [JScript] public function PropertyChangeActionUnit( target : Object, propDesc : PropertyDescriptor, newValue : Object, oldValue : Object );
PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | PropertyChangeActionUnit Constructor Overload List | PropertyDescriptor