Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public abstract event AssemblyRefreshedEventHandler AssemblyRefreshed
public:
virtual event AssemblyRefreshedEventHandler^ AssemblyRefreshed {
void add (AssemblyRefreshedEventHandler^ value);
void remove (AssemblyRefreshedEventHandler^ value);
}
abstract AssemblyRefreshed : IEvent<AssemblyRefreshedEventHandler,
AssemblyRefreshedEventArgs>
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.