_dispWebReferencesEvents_Event.add_WebReferenceAdded Method (_dispWebReferencesEvents_WebReferenceAddedEventHandler)
This API supports the product infrastructure and is not intended to be used directly from your code.
This method 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
void add_WebReferenceAdded(
_dispWebReferencesEvents_WebReferenceAddedEventHandler A_1
)
void add_WebReferenceAdded(
_dispWebReferencesEvents_WebReferenceAddedEventHandler^ A_1
)
abstract add_WebReferenceAdded :
A_1:_dispWebReferencesEvents_WebReferenceAddedEventHandler -> unit
Sub add_WebReferenceAdded (
A_1 As _dispWebReferencesEvents_WebReferenceAddedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispWebReferencesEvents_WebReferenceAddedEventHandlerThe event handler.
See Also
WebReferencesEvents
_dispWebReferencesEvents_Event Interface
VsWebSite Namespace
Return to top