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 Class

Provides data for the System.ComponentModel.Design.TypeChangedEvent that occurs when the source code for a specified type has been modified.

Object
   EventArgs
      TypeChangedEventArgs

[Visual Basic]
Public Class TypeChangedEventArgs
   Inherits EventArgs
[C#]
public class TypeChangedEventArgs : EventArgs
[C++]
public __gc class TypeChangedEventArgs : public EventArgs
[JScript]
public class TypeChangedEventArgs extends EventArgs

Remarks

A type changed event will be raised when the source code for a specific type has been modified. Only code that is part of the current development project can cause this.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

TypeChangedEventArgs Members | System.ComponentModel.Design Namespace | TypeChangedEventHandler