AssemblyRefreshedEventHandler Delegate

 

A delegate that passes along the event that an assembly has become obsolete.

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

public delegate void AssemblyRefreshedEventHandler(
	object sender,
	AssemblyRefreshedEventArgs e
)

Parameters

sender
Type: System.Object

The sender of the message.

args

The message arguments.

Return to top
Show: