AssemblyDeletedEventHandler Delegate

 

The delegate for the E:Microsoft.VisualStudio.Shell.Design.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)

public delegate void AssemblyDeletedEventHandler(
	object sender,
	AssemblyDeletedEventArgs e
)

Parameters

sender
Type: System.Object

 Object that raised the event.

args

 AssemblyDeletedEventArgs 

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.

Return to top
Show: