Share via


AssemblyRefreshedEventArgs Class

An event that is raised when an assembly has been refreshed.

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

Syntax

'Declaration
Public NotInheritable Class AssemblyRefreshedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As AssemblyRefreshedEventArgs
public sealed class AssemblyRefreshedEventArgs : EventArgs
public ref class AssemblyRefreshedEventArgs sealed : public EventArgs
public final class AssemblyRefreshedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.Design.AssemblyRefreshedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AssemblyRefreshedEventArgs Members

Microsoft.VisualStudio.Shell.Design Namespace