_dispWebReferencesEvents_Event.WebReferenceAdded Event

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

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

Syntax

'Declaration
Event WebReferenceAdded As _dispWebReferencesEvents_WebReferenceAddedEventHandler
event _dispWebReferencesEvents_WebReferenceAddedEventHandler WebReferenceAdded
event _dispWebReferencesEvents_WebReferenceAddedEventHandler^ WebReferenceAdded {
    void add (_dispWebReferencesEvents_WebReferenceAddedEventHandler^ value);
    void remove (_dispWebReferencesEvents_WebReferenceAddedEventHandler^ value);
}
abstract WebReferenceAdded : IEvent<_dispWebReferencesEvents_WebReferenceAddedEventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispWebReferencesEvents_Event Interface

VsWebSite Namespace

WebReferencesEvents