_dispWebServicesEvents_WebServiceRenamedEventHandler Delegate

 

This API supports the product 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)

[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceRenamedEventHandler(
	String^ bstrOldUrl,
	WebService^ WebService
)

Parameters

bstrOldUrl
Type: System::String^

The old URL.

WebService
Type: VsWebSite::WebService^

The Web service.

Return to top
Show: