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!

PropertyChangeActionUnit Constructor (Object, PropertyDescriptor, Object)

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
);

Parameters

target
The object that contains the property being changed.
propDesc
[To be supplied.]
newValue
[To be supplied.]

See Also

PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | PropertyChangeActionUnit Constructor Overload List | PropertyDescriptor