AssemblyDeletedEventHandler Delegate
Visual Studio 2015
The delegate for the E:Microsoft.VisualStudio.Shell.Design.AssemblyDeletedEvent that is raised when an assembly has been deleted.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public delegate void AssemblyDeletedEventHandler( object sender, AssemblyDeletedEventArgs e )
Parameters
- sender
-
Type:
System.Object
Object that raised the event.
- args
specific to the event that is being handled.
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.
Show: