WebReferencesEventsClass.WebReferenceAdded Event

Occurs when a Web reference is added to the WebReferencesEvents property of a VSWebSiteEvents object.

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

Syntax

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

Implements

_dispWebReferencesEvents_Event.WebReferenceAdded

.NET Framework Security

See Also

Reference

WebReferencesEventsClass Class

VsWebSite Namespace

WebReferencesEvents

VSWebSite

VSWebSiteEvents

VSWebSiteEvents

WebReferencesEvents