Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An event that gets raised when a type has become obsolete.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public NotInheritable Class TypeObsoleteEventArgs _
Inherits EventArgs
'Usage
Dim instance As TypeObsoleteEventArgs
public sealed class TypeObsoleteEventArgs : EventArgs
public ref class TypeObsoleteEventArgs sealed : public EventArgs
public final class TypeObsoleteEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Shell.Design.TypeObsoleteEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.