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

Gets the type that has changed its properties, or events.

[Visual Basic]
Public ReadOnly Property TypeChanged As Type
[C#]
public Type TypeChanged {get;}
[C++]
public: __property Type* get_TypeChanged();
[JScript]
public function get TypeChanged() : Type;

Property Value

The type that has changed its properties, or events.

See Also

RefreshEventArgs Class | RefreshEventArgs Members | System.ComponentModel Namespace