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.GetTarget

Gets the target the property change occured on.

[Visual Basic]
Overrides Protected Function GetTarget() As Object
[C#]
protected override object GetTarget();
[C++]
protected: override Object* GetTarget();
[JScript]
protected override function GetTarget() : Object;

See Also

PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace