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.
The delegate for the AssemblyDeletedEvent that is raised when an assembly has been deleted.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Delegate Sub AssemblyDeletedEventHandler ( _
sender As Object, _
e As AssemblyDeletedEventArgs _
)
public delegate void AssemblyDeletedEventHandler(
Object sender,
AssemblyDeletedEventArgs e
)
public delegate void AssemblyDeletedEventHandler(
Object^ sender,
AssemblyDeletedEventArgs^ e
)
type AssemblyDeletedEventHandler =
delegate of
sender:Object *
e:AssemblyDeletedEventArgs -> unit
JScript does not support delegates.
Parameters
sender
Type: ObjectObject that raised the event.
Remarks
The AssemblyDeleted event is raised when a type resolution service calls the OnAssemblyDeleted. The type resolution service should do this when it detects that an assembly it loaded no longer exists.