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)
Syntax
'宣言
Public Delegate Sub AssemblyRefreshedEventHandler ( _
sender As Object, _
e As AssemblyRefreshedEventArgs _
)
public delegate void AssemblyRefreshedEventHandler(
Object sender,
AssemblyRefreshedEventArgs e
)
Parameters
- sender
Type: System.Object
The sender of the message.