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
‘선언
Public NotInheritable Class AssemblyRefreshedEventArgs _
Inherits EventArgs
‘사용 방법
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.