_dispWebServicesEvents_Event.add_WebServiceRenamed Method
This API supports the .NET Framework 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
'Declaration
Sub add_WebServiceRenamed ( _
A_1 As _dispWebServicesEvents_WebServiceRenamedEventHandler _
)
void add_WebServiceRenamed(
_dispWebServicesEvents_WebServiceRenamedEventHandler A_1
)
void add_WebServiceRenamed(
_dispWebServicesEvents_WebServiceRenamedEventHandler^ A_1
)
abstract add_WebServiceRenamed :
A_1:_dispWebServicesEvents_WebServiceRenamedEventHandler -> unit
function add_WebServiceRenamed(
A_1 : _dispWebServicesEvents_WebServiceRenamedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispWebServicesEvents_WebServiceRenamedEventHandlerThe event handler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.