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
‘선언
Public NotInheritable Class AssemblyDeletedEventArgs _
Inherits EventArgs
‘사용 방법
Dim instance As AssemblyDeletedEventArgs
public sealed class AssemblyDeletedEventArgs : EventArgs
public ref class AssemblyDeletedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type AssemblyDeletedEventArgs =
class
inherit EventArgs
end
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