Condividi tramite


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

'Dichiarazione
Public NotInheritable Class AssemblyRefreshedEventArgs _
    Inherits EventArgs
'Utilizzo
Dim instance As AssemblyRefreshedEventArgs
public sealed class AssemblyRefreshedEventArgs : EventArgs
public ref class AssemblyRefreshedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type AssemblyRefreshedEventArgs =  
    class
        inherit EventArgs
    end
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