Share via


AssemblyReferencesEventsClass Class

Definition

Represents the events for the References property of a VSWebSite object. Use the AssemblyReferencesEvents object obtained from the AssemblyReferencesEvents property to access the functionality of this class. Do not instantiate from this class.

public ref class AssemblyReferencesEventsClass : VsWebSite::AssemblyReferencesEvents
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispAssemblyReferencesEvents\0")]
[System.Runtime.InteropServices.Guid("F11526E7-4102-4070-9B60-BD4F5CD3006B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class AssemblyReferencesEventsClass : VsWebSite.AssemblyReferencesEvents
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispAssemblyReferencesEvents\0")>]
[<System.Runtime.InteropServices.Guid("F11526E7-4102-4070-9B60-BD4F5CD3006B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type AssemblyReferencesEventsClass = class
    interface _AssemblyReferencesEvents
    interface AssemblyReferencesEvents
    interface _dispAssemblyReferencesEvents_Event
Public Class AssemblyReferencesEventsClass
Implements AssemblyReferencesEvents
Inheritance
AssemblyReferencesEventsClass
Attributes
Implements

Constructors

AssemblyReferencesEventsClass()

For internal use only. This class accesses the functionality provided by AssemblyReferencesEvents. Do not instantiate from this class.

Methods

add_AssemblyReferenceAdded(_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

add_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

remove_AssemblyReferenceAdded(_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

remove_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Events

AssemblyReferenceAdded

Occurs whenever an assembly reference in a Web site is added or changed.

AssemblyReferenceRemoved

Occurs whenever an assembly reference in a Web site is removed or changed.

Applies to