AssemblyRefreshedEventArgs Constructor (Assembly^)

 

Initializes a new instance of AssemblyRefreshedEventArgs.

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

public:
AssemblyRefreshedEventArgs(
	Assembly^ assembly
)

Parameters

assembly
Type: System.Reflection::Assembly^

The assembly that has been refreshed.

Return to top
Show: