Share via


_dispAssemblyReferencesEvents_Event Interface

Definition

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

public interface class _dispAssemblyReferencesEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(VsWebSite._dispAssemblyReferencesEvents), typeof(VsWebSite._dispAssemblyReferencesEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
public interface _dispAssemblyReferencesEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(VsWebSite._dispAssemblyReferencesEvents), typeof(VsWebSite._dispAssemblyReferencesEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)>]
type _dispAssemblyReferencesEvents_Event = interface
Public Interface _dispAssemblyReferencesEvents_Event
Derived
Attributes

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

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

AssemblyReferenceRemoved

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

Applies to