_dispWebServicesEvents_WebServiceRenamedEventHandler 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_WebServiceRenamedEventHandler ( _
    bstrOldUrl As String, _
    WebService As WebService _
)
[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceRenamedEventHandler(
    string bstrOldUrl,
    WebService WebService
)
[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceRenamedEventHandler(
    [InAttribute] String^ bstrOldUrl, 
    [InAttribute] WebService^ WebService
)
[<ComVisibleAttribute(false)>]
type _dispWebServicesEvents_WebServiceRenamedEventHandler = 
    delegate of 
        bstrOldUrl:string * 
        WebService:WebService -> unit
JScript does not support delegates.

Parameters

See Also

Reference

VsWebSite Namespace

WebServicesEvents