AssemblyDeletedEventArgs Constructor (Assembly^)

 

Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly.

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

public:
AssemblyDeletedEventArgs(
	Assembly^ assembly
)

Parameters

assembly
Type: System.Reflection::Assembly^

 The assembly that has been deleted.

Exception Condition
ArgumentNullException

assembly is null.

Return to top
Show: