AssemblyDeletedEventArgs Constructor (Assembly^)
Visual Studio 2015
Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- assembly
-
Type:
System.Reflection::Assembly^
The assembly that has been deleted.
| Exception | Condition |
|---|---|
| ArgumentNullException | assembly is null. |
Show: