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.
Notifies clients 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 Event AssemblyDeleted As AssemblyDeletedEventHandler
public abstract event AssemblyDeletedEventHandler AssemblyDeleted
public:
virtual event AssemblyDeletedEventHandler^ AssemblyDeleted {
void add (AssemblyDeletedEventHandler^ value);
void remove (AssemblyDeletedEventHandler^ value);
}
abstract AssemblyDeleted : IEvent<AssemblyDeletedEventHandler,
AssemblyDeletedEventArgs>
JScript does not support events.
.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.