WebServicesEventsClass.remove_WebServiceAdded Method (_dispWebServicesEvents_WebServiceAddedEventHandler)

 

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

Parameters

Implements

_dispWebServicesEvents_Event.remove_WebServiceAdded(_dispWebServicesEvents_WebServiceAddedEventHandler)

See Also

WebServicesEvents
VSWebSite
VSWebSiteEvents
VSWebSiteEvents
WebServicesEvents
WebServicesEventsClass Class
VsWebSite Namespace

Return to top