Share via


WebReferencesEvents Interface

Definition

Represents the events for the WebReferences property of a VSWebSite. Use this object to access the functionality provided by WebReferencesEventsClass.

public interface class WebReferencesEvents : VsWebSite::_dispWebReferencesEvents_Event, VsWebSite::_WebReferencesEvents
[System.Runtime.InteropServices.CoClass(typeof(VsWebSite.WebReferencesEventsClass))]
[System.Runtime.InteropServices.Guid("63FE9F71-D793-435E-9F80-FD4082CA1444")]
public interface WebReferencesEvents : VsWebSite._dispWebReferencesEvents_Event, VsWebSite._WebReferencesEvents
[<System.Runtime.InteropServices.CoClass(typeof(VsWebSite.WebReferencesEventsClass))>]
[<System.Runtime.InteropServices.Guid("63FE9F71-D793-435E-9F80-FD4082CA1444")>]
type WebReferencesEvents = interface
    interface _WebReferencesEvents
    interface _dispWebReferencesEvents_Event
Public Interface WebReferencesEvents
Implements _dispWebReferencesEvents_Event, _WebReferencesEvents
Derived
Attributes
Implements

Methods

add_WebReferenceAdded(_dispWebReferencesEvents_WebReferenceAddedEventHandler)

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

(Inherited from _dispWebReferencesEvents_Event)
add_WebReferenceChanged(_dispWebReferencesEvents_WebReferenceChangedEventHandler)

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

(Inherited from _dispWebReferencesEvents_Event)
add_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

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

(Inherited from _dispWebReferencesEvents_Event)
remove_WebReferenceAdded(_dispWebReferencesEvents_WebReferenceAddedEventHandler)

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

(Inherited from _dispWebReferencesEvents_Event)
remove_WebReferenceChanged(_dispWebReferencesEvents_WebReferenceChangedEventHandler)

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

(Inherited from _dispWebReferencesEvents_Event)
remove_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

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

(Inherited from _dispWebReferencesEvents_Event)

Events

WebReferenceAdded

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

(Inherited from _dispWebReferencesEvents_Event)
WebReferenceChanged

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

(Inherited from _dispWebReferencesEvents_Event)
WebReferenceRemoved

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

(Inherited from _dispWebReferencesEvents_Event)

Applies to