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 Delegate Sub TypeObsoleteEventHandler ( _
    sender As Object, _
    e As TypeObsoleteEventArgs _
)
public delegate void TypeObsoleteEventHandler(
    Object sender,
    TypeObsoleteEventArgs e
)
public delegate void TypeObsoleteEventHandler(
    Object^ sender, 
    TypeObsoleteEventArgs^ e
)
type TypeObsoleteEventHandler = 
    delegate of  
        sender:Object * 
        e:TypeObsoleteEventArgs -> unit
JScript does not support delegates.
Parameters
- sender 
 Type: Object- Delegate sender.