Share via


WebReferencesEventsClass Class

Definition

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

public ref class WebReferencesEventsClass : VsWebSite::WebReferencesEvents
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispWebReferencesEvents\0")]
[System.Runtime.InteropServices.Guid("83121F90-51F7-452A-AF12-1EFB69B735D3")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class WebReferencesEventsClass : VsWebSite.WebReferencesEvents
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispWebReferencesEvents\0")>]
[<System.Runtime.InteropServices.Guid("83121F90-51F7-452A-AF12-1EFB69B735D3")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type WebReferencesEventsClass = class
    interface _WebReferencesEvents
    interface WebReferencesEvents
    interface _dispWebReferencesEvents_Event
Public Class WebReferencesEventsClass
Implements WebReferencesEvents
Inheritance
WebReferencesEventsClass
Attributes
Implements

Constructors

WebReferencesEventsClass()

For internal use only. This class accesses the functionality provided by WebReferencesEvents. Do not instantiate from this class.

Methods

add_WebReferenceAdded(_dispWebReferencesEvents_WebReferenceAddedEventHandler)

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

add_WebReferenceChanged(_dispWebReferencesEvents_WebReferenceChangedEventHandler)

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

add_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

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

remove_WebReferenceAdded(_dispWebReferencesEvents_WebReferenceAddedEventHandler)

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

remove_WebReferenceChanged(_dispWebReferencesEvents_WebReferenceChangedEventHandler)

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

remove_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

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

Events

WebReferenceAdded

Occurs when a Web reference is added to the WebReferencesEvents property of a VSWebSiteEvents object.

WebReferenceChanged

Occurs when a Web reference exposed in the WebReferencesEvents property of a VSWebSiteEvents object has changed.

WebReferenceRemoved

Occurs when a Web reference is removed from the WebServicesEvents property of a VSWebSiteEvents object.

Applies to