Share via


WebServicesEventsClass.remove_WebServiceRenamed Method (_dispWebServicesEvents_WebServiceRenamedEventHandler)

 

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

Parameters

Implements

_dispWebServicesEvents_Event.remove_WebServiceRenamed(_dispWebServicesEvents_WebServiceRenamedEventHandler)

See Also

WebServicesEvents
VSWebSite
VSWebSiteEvents
VSWebSiteEvents
WebServicesEvents
WebServicesEventsClass Class
VsWebSite Namespace

Return to top