Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when an assembly has been deleted.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustOverride Sub OnAssemblyDeleted ( _
e As AssemblyDeletedEventArgs _
)
public abstract void OnAssemblyDeleted(
AssemblyDeletedEventArgs e
)
public:
virtual void OnAssemblyDeleted(
AssemblyDeletedEventArgs^ e
) abstract
abstract OnAssemblyDeleted :
e:AssemblyDeletedEventArgs -> unit
public abstract function OnAssemblyDeleted(
e : AssemblyDeletedEventArgs
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.