AssemblyReferencesEventsClass.add_AssemblyReferenceRemoved Method (_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

public virtual void add_AssemblyReferenceRemoved(
    _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler A_1
)
public:
virtual void add_AssemblyReferenceRemoved(
    _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler^ A_1
)
abstract add_AssemblyReferenceRemoved : 
        A_1:_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler -> unit
override add_AssemblyReferenceRemoved : 
        A_1:_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler -> unit
Public Overridable Sub add_AssemblyReferenceRemoved (
    A_1 As _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler
)

Parameters

Implements

_dispAssemblyReferencesEvents_Event.add_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

See Also

AssemblyReferencesEvents
VSWebSite
VSWebSiteEvents
VSWebSiteEvents
AssemblyReferencesEvents
AssemblyReferencesEventsClass Class
VsWebSite Namespace

Return to top