_dispWebReferencesEvents_Event Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

[ComVisibleAttribute(false)]
public interface _dispWebReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWebReferencesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWebReferencesEvents_Event = interface end
<ComVisibleAttribute(False)>
Public Interface _dispWebReferencesEvents_Event

Methods

Name Description
System_CAPS_pubmethod add_WebReferenceAdded(_dispWebReferencesEvents_WebReferenceAddedEventHandler)

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

System_CAPS_pubmethod add_WebReferenceChanged(_dispWebReferencesEvents_WebReferenceChangedEventHandler)

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

System_CAPS_pubmethod add_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

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

System_CAPS_pubmethod remove_WebReferenceAdded(_dispWebReferencesEvents_WebReferenceAddedEventHandler)

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

System_CAPS_pubmethod remove_WebReferenceChanged(_dispWebReferencesEvents_WebReferenceChangedEventHandler)

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

System_CAPS_pubmethod remove_WebReferenceRemoved(_dispWebReferencesEvents_WebReferenceRemovedEventHandler)

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

Events

Name Description
System_CAPS_pubevent WebReferenceAdded

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

System_CAPS_pubevent WebReferenceChanged

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

System_CAPS_pubevent WebReferenceRemoved

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

See Also

WebReferencesEvents
VsWebSite Namespace

Return to top