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.
A delegate that passes along the event that an assembly has become obsolete.
Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Delegate Sub AssemblyRefreshedEventHandler ( _
    sender As Object, _
    e As AssemblyRefreshedEventArgs _
)
public delegate void AssemblyRefreshedEventHandler(
    Object sender,
    AssemblyRefreshedEventArgs e
)
public delegate void AssemblyRefreshedEventHandler(
    Object^ sender, 
    AssemblyRefreshedEventArgs^ e
)
type AssemblyRefreshedEventHandler = 
    delegate of  
        sender:Object * 
        e:AssemblyRefreshedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender 
 Type: Object- The sender of the message.