_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 | |
---|---|---|
add_WebReferenceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_WebReferenceChanged | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_WebReferenceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_WebReferenceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_WebReferenceChanged | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
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 | |
---|---|---|
WebReferenceAdded | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebReferenceChanged | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebReferenceRemoved | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top