Aracılığıyla paylaş


AssemblyDeletedEventHandler Delegate

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

'Bildirim
Public Delegate Sub AssemblyDeletedEventHandler ( _
    sender As Object, _
    e As AssemblyDeletedEventArgs _
)
public delegate void AssemblyDeletedEventHandler(
    Object sender,
    AssemblyDeletedEventArgs e
)

Parameters

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Design Namespace

AssemblyDeletedEventArgs