Share via


WebServicesEventsClass Class

Definition

Represents the events for the WebServices property of a VSWebSite object. Use the WebServicesEvents object obtained from the WebServicesEvents property to access the functionality of this class. Do not instantiate from this class.

public ref class WebServicesEventsClass : VsWebSite::WebServicesEvents
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispWebServicesEvents\0")]
[System.Runtime.InteropServices.Guid("F4DD7750-F662-4430-AB7C-74F9E8EA93BF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class WebServicesEventsClass : VsWebSite.WebServicesEvents
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispWebServicesEvents\0")>]
[<System.Runtime.InteropServices.Guid("F4DD7750-F662-4430-AB7C-74F9E8EA93BF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type WebServicesEventsClass = class
    interface _WebServicesEvents
    interface WebServicesEvents
    interface _dispWebServicesEvents_Event
Public Class WebServicesEventsClass
Implements WebServicesEvents
Inheritance
WebServicesEventsClass
Attributes
Implements

Constructors

WebServicesEventsClass()

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

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

Occurs when a Web service is added to the WebServicesEvents property of a VSWebSiteEvents object.

WebServiceChanged

Occurs when an item in a Web site project's collection of Web services has changed.

WebServiceRemoved

Occurs when an item is removed from a Web site project's collection of Web services.

WebServiceRenamed

Occurs when an item in a Web site project's collection of Web services is renamed.

Applies to