WebReferencesEventsClass.remove_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
public virtual void remove_WebReferenceAdded(
_dispWebReferencesEvents_WebReferenceAddedEventHandler A_1
)
public:
virtual void remove_WebReferenceAdded(
_dispWebReferencesEvents_WebReferenceAddedEventHandler^ A_1
)
abstract remove_WebReferenceAdded :
A_1:_dispWebReferencesEvents_WebReferenceAddedEventHandler -> unit
override remove_WebReferenceAdded :
A_1:_dispWebReferencesEvents_WebReferenceAddedEventHandler -> unit
Public Overridable Sub remove_WebReferenceAdded (
A_1 As _dispWebReferencesEvents_WebReferenceAddedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispWebReferencesEvents_WebReferenceAddedEventHandlerThe event handler.
Implements
See Also
WebReferencesEvents
VSWebSite
VSWebSiteEvents
VSWebSiteEvents
WebReferencesEvents
WebReferencesEventsClass Class
VsWebSite Namespace
Return to top