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 _ ) [C#] public PropertyChangeActionUnit( object target, PropertyDescriptor propDesc, object newValue ); [C++] public: PropertyChangeActionUnit( Object* target, PropertyDescriptor* propDesc, Object* newValue ); [JScript] public function PropertyChangeActionUnit( target : Object, propDesc : PropertyDescriptor, newValue : Object );
PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | PropertyChangeActionUnit Constructor Overload List | PropertyDescriptor