Share via


_dispWebServicesEvents_Event Interface

Definition

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

public interface class _dispWebServicesEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(VsWebSite._dispWebServicesEvents), typeof(VsWebSite._dispWebServicesEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
public interface _dispWebServicesEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(VsWebSite._dispWebServicesEvents), typeof(VsWebSite._dispWebServicesEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)>]
type _dispWebServicesEvents_Event = interface
Public Interface _dispWebServicesEvents_Event
Derived
Attributes

Methods

add_WebServiceAdded(_dispWebServicesEvents_WebServiceAddedEventHandler)

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

add_WebServiceChanged(_dispWebServicesEvents_WebServiceChangedEventHandler)

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

add_WebServiceRemoved(_dispWebServicesEvents_WebServiceRemovedEventHandler)

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

add_WebServiceRenamed(_dispWebServicesEvents_WebServiceRenamedEventHandler)

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

remove_WebServiceAdded(_dispWebServicesEvents_WebServiceAddedEventHandler)

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

remove_WebServiceChanged(_dispWebServicesEvents_WebServiceChangedEventHandler)

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

remove_WebServiceRemoved(_dispWebServicesEvents_WebServiceRemovedEventHandler)

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

remove_WebServiceRenamed(_dispWebServicesEvents_WebServiceRenamedEventHandler)

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

Events

WebServiceAdded

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

WebServiceChanged

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

WebServiceRemoved

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

WebServiceRenamed

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

Applies to