_dispWebServicesEvents_Event Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This class 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

[ComVisibleAttribute(false)]
public interface _dispWebServicesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWebServicesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWebServicesEvents_Event = interface end
<ComVisibleAttribute(False)>
Public Interface _dispWebServicesEvents_Event

Methods

Name Description
System_CAPS_pubmethod add_WebServiceAdded(_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.

System_CAPS_pubmethod add_WebServiceChanged(_dispWebServicesEvents_WebServiceChangedEventHandler)

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.

System_CAPS_pubmethod add_WebServiceRemoved(_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.

System_CAPS_pubmethod add_WebServiceRenamed(_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.

System_CAPS_pubmethod remove_WebServiceAdded(_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.

System_CAPS_pubmethod remove_WebServiceChanged(_dispWebServicesEvents_WebServiceChangedEventHandler)

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.

System_CAPS_pubmethod remove_WebServiceRemoved(_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.

System_CAPS_pubmethod remove_WebServiceRenamed(_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.

Events

Name Description
System_CAPS_pubevent WebServiceAdded

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.

System_CAPS_pubevent WebServiceChanged

This API supports the product infrastructure and is not intended to be used directly from your code. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubevent WebServiceRemoved

This API supports the product infrastructure and is not intended to be used directly from your code. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubevent WebServiceRenamed

This API supports the product infrastructure and is not intended to be used directly from your code. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

WebServicesEvents
VsWebSite Namespace

Return to top