AssemblyDeletedEventArgs Class

Contains event data for the AssemblyDeletedEvent that gets raised when an assembly is deleted.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public NotInheritable Class AssemblyDeletedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As AssemblyDeletedEventArgs
public sealed class AssemblyDeletedEventArgs : EventArgs
public ref class AssemblyDeletedEventArgs sealed : public EventArgs
public final class AssemblyDeletedEventArgs extends EventArgs

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.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.Design.AssemblyDeletedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AssemblyDeletedEventArgs Members

Microsoft.VisualStudio.Shell.Design Namespace

AssemblyDeletedEventHandler

AssemblyDeleted