_dispWebServicesEvents_Event.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
void remove_WebServiceAdded(
_dispWebServicesEvents_WebServiceAddedEventHandler A_1
)
void remove_WebServiceAdded(
_dispWebServicesEvents_WebServiceAddedEventHandler^ A_1
)
abstract remove_WebServiceAdded :
A_1:_dispWebServicesEvents_WebServiceAddedEventHandler -> unit
Sub remove_WebServiceAdded (
A_1 As _dispWebServicesEvents_WebServiceAddedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispWebServicesEvents_WebServiceAddedEventHandlerThe event handler.
See Also
WebServicesEvents
_dispWebServicesEvents_Event Interface
VsWebSite Namespace
Return to top