WebServicesEventsClass.remove_WebServiceRemoved Method (_dispWebServicesEvents_WebServiceRemovedEventHandler)

 

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

Parameters

Implements

_dispWebServicesEvents_Event.remove_WebServiceRemoved(_dispWebServicesEvents_WebServiceRemovedEventHandler)

See Also

WebServicesEvents
VSWebSite
VSWebSiteEvents
VSWebSiteEvents
WebServicesEvents
WebServicesEventsClass Class
VsWebSite Namespace

Return to top