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!

RefreshEventArgs.ComponentChanged

Gets the component that has changed its properties, events, or extenders.

[Visual Basic]
Public ReadOnly Property ComponentChanged As Object
[C#]
public object ComponentChanged {get;}
[C++]
public: __property Object* get_ComponentChanged();
[JScript]
public function get ComponentChanged() : Object;

Property Value

The component that has changed its properties, events, or extenders; or a null reference (in Visual Basic Nothing) if all components of the same type have changed.

See Also

RefreshEventArgs Class | RefreshEventArgs Members | System.ComponentModel Namespace