Share via


AssemblyReferencesEvents Interface

Definition

Represents the events for the References property of a VSWebSite object. Use this class to access the functionality provided by AssemblyReferencesEventsClass.

public interface class AssemblyReferencesEvents : VsWebSite::_AssemblyReferencesEvents, VsWebSite::_dispAssemblyReferencesEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(VsWebSite.AssemblyReferencesEventsClass))]
[System.Runtime.InteropServices.Guid("E5E56972-0CFE-49B7-9EFB-923613FDA978")]
public interface AssemblyReferencesEvents : VsWebSite._AssemblyReferencesEvents, VsWebSite._dispAssemblyReferencesEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(VsWebSite.AssemblyReferencesEventsClass))>]
[<System.Runtime.InteropServices.Guid("E5E56972-0CFE-49B7-9EFB-923613FDA978")>]
type AssemblyReferencesEvents = interface
    interface _AssemblyReferencesEvents
    interface _dispAssemblyReferencesEvents_Event
Public Interface AssemblyReferencesEvents
Implements _AssemblyReferencesEvents, _dispAssemblyReferencesEvents_Event
Derived
Attributes
Implements

Methods

add_AssemblyReferenceAdded(_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

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

(Inherited from _dispAssemblyReferencesEvents_Event)
add_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

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

(Inherited from _dispAssemblyReferencesEvents_Event)
remove_AssemblyReferenceAdded(_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

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

(Inherited from _dispAssemblyReferencesEvents_Event)
remove_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

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

(Inherited from _dispAssemblyReferencesEvents_Event)

Events

AssemblyReferenceAdded

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

(Inherited from _dispAssemblyReferencesEvents_Event)
AssemblyReferenceRemoved

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

(Inherited from _dispAssemblyReferencesEvents_Event)

Applies to