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!

TypeChangedEventArgs.ChangedType

The type of the changed type.

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

Property Value

The type of the changed type.

Remarks

A type invalidate event will be raised when the code in an assembly has changed. All types that are being referenced within that assembly will be considered invalid.

See Also

TypeChangedEventArgs Class | TypeChangedEventArgs Members | System.ComponentModel.Design Namespace | System.ComponentModel.Design.TypeInvalidateEventHandler