DynamicTypeService.AssemblyRefreshed Event
Notifies clients when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustOverride Event AssemblyRefreshed As AssemblyRefreshedEventHandler
'Usage
Dim instance As DynamicTypeService
Dim handler As AssemblyRefreshedEventHandler
AddHandler instance.AssemblyRefreshed, handler
public abstract event AssemblyRefreshedEventHandler AssemblyRefreshed
public:
virtual event AssemblyRefreshedEventHandler^ AssemblyRefreshed {
void add (AssemblyRefreshedEventHandler^ value);
void remove (AssemblyRefreshedEventHandler^ value);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.