_dispWebReferencesEvents_Event.remove_WebReferenceRemoved Method (_dispWebReferencesEvents_WebReferenceRemovedEventHandler)
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 remove_WebReferenceRemoved(
_dispWebReferencesEvents_WebReferenceRemovedEventHandler A_1
)
void remove_WebReferenceRemoved(
_dispWebReferencesEvents_WebReferenceRemovedEventHandler^ A_1
)
abstract remove_WebReferenceRemoved :
A_1:_dispWebReferencesEvents_WebReferenceRemovedEventHandler -> unit
Sub remove_WebReferenceRemoved (
A_1 As _dispWebReferencesEvents_WebReferenceRemovedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispWebReferencesEvents_WebReferenceRemovedEventHandlerThe event handler.
See Also
WebReferencesEvents
_dispWebReferencesEvents_Event Interface
VsWebSite Namespace
Return to top