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 Constructor

Initializes a new instance of TypeChangedEventArgs.

[Visual Basic]
Public Sub New( _
   ByVal type As Type _
)
[C#]
public TypeChangedEventArgs(
   Type type
);
[C++]
public: TypeChangedEventArgs(
   Type* type
);
[JScript]
public function TypeChangedEventArgs(
   type : Type
);

Parameters

type
The type that has changed.

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 | TypeChangedEventHandler