_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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.