_dispWebReferencesEvents_Event Interface

This API supports the .NET Framework 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

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

The _dispWebReferencesEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_WebReferenceAdded Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method add_WebReferenceChanged Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method add_WebReferenceRemoved Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method remove_WebReferenceAdded Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method remove_WebReferenceChanged Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method remove_WebReferenceRemoved Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Events

  Name Description
Public event WebReferenceAdded Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public event WebReferenceChanged Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public event WebReferenceRemoved Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

VsWebSite Namespace

WebReferencesEvents