Share via


WebServicesEvents Interface

Definition

Provides access to events that are raised by adding, deleting, or changing Web service references in a Web site project. Use this class to access the functionality provided by WebServicesEventsClass.

public interface class WebServicesEvents : VsWebSite::_dispWebServicesEvents_Event, VsWebSite::_WebServicesEvents
[System.Runtime.InteropServices.CoClass(typeof(VsWebSite.WebServicesEventsClass))]
[System.Runtime.InteropServices.Guid("E7E27BE0-FF6A-4D94-9B1B-D67F01D1E0FE")]
public interface WebServicesEvents : VsWebSite._dispWebServicesEvents_Event, VsWebSite._WebServicesEvents
[<System.Runtime.InteropServices.CoClass(typeof(VsWebSite.WebServicesEventsClass))>]
[<System.Runtime.InteropServices.Guid("E7E27BE0-FF6A-4D94-9B1B-D67F01D1E0FE")>]
type WebServicesEvents = interface
    interface _WebServicesEvents
    interface _dispWebServicesEvents_Event
Public Interface WebServicesEvents
Implements _dispWebServicesEvents_Event, _WebServicesEvents
Derived
Attributes
Implements

Methods

add_WebServiceAdded(_dispWebServicesEvents_WebServiceAddedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
add_WebServiceChanged(_dispWebServicesEvents_WebServiceChangedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
add_WebServiceRemoved(_dispWebServicesEvents_WebServiceRemovedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
add_WebServiceRenamed(_dispWebServicesEvents_WebServiceRenamedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
remove_WebServiceAdded(_dispWebServicesEvents_WebServiceAddedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
remove_WebServiceChanged(_dispWebServicesEvents_WebServiceChangedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
remove_WebServiceRemoved(_dispWebServicesEvents_WebServiceRemovedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)
remove_WebServiceRenamed(_dispWebServicesEvents_WebServiceRenamedEventHandler)

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

(Inherited from _dispWebServicesEvents_Event)

Events

WebServiceAdded

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

(Inherited from _dispWebServicesEvents_Event)
WebServiceChanged

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

(Inherited from _dispWebServicesEvents_Event)
WebServiceRemoved

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

(Inherited from _dispWebServicesEvents_Event)
WebServiceRenamed

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

(Inherited from _dispWebServicesEvents_Event)

Applies to