Share via


WebReferencesEventsClass.add_WebReferenceRemoved Method (_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

 

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_WebReferenceRemoved(
    _dispWebReferencesEvents_WebReferenceRemovedEventHandler A_1
)
public:
virtual void add_WebReferenceRemoved(
    _dispWebReferencesEvents_WebReferenceRemovedEventHandler^ A_1
)
abstract add_WebReferenceRemoved : 
        A_1:_dispWebReferencesEvents_WebReferenceRemovedEventHandler -> unit
override add_WebReferenceRemoved : 
        A_1:_dispWebReferencesEvents_WebReferenceRemovedEventHandler -> unit
Public Overridable Sub add_WebReferenceRemoved (
    A_1 As _dispWebReferencesEvents_WebReferenceRemovedEventHandler
)

Parameters

Implements

_dispWebReferencesEvents_Event.add_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

See Also

WebReferencesEvents
VSWebSite
VSWebSiteEvents
VSWebSiteEvents
WebReferencesEvents
WebReferencesEventsClass Class
VsWebSite Namespace

Return to top