_dispWebServicesEvents_WebServiceRemovedEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This class 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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWebServicesEvents_WebServiceRemovedEventHandler ( _
WebService As WebService _
)
[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceRemovedEventHandler(
WebService WebService
)
[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceRemovedEventHandler(
[InAttribute] WebService^ WebService
)
[<ComVisibleAttribute(false)>]
type _dispWebServicesEvents_WebServiceRemovedEventHandler =
delegate of
WebService:WebService -> unit
JScript does not support delegates.
Parameters
WebService
Type: VsWebSite.WebServiceThe Web service.