_dispWebServicesEvents_Event.WebServiceRenamed Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This event 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
Event WebServiceRenamed As _dispWebServicesEvents_WebServiceRenamedEventHandler
event _dispWebServicesEvents_WebServiceRenamedEventHandler WebServiceRenamed
event _dispWebServicesEvents_WebServiceRenamedEventHandler^ WebServiceRenamed {
void add (_dispWebServicesEvents_WebServiceRenamedEventHandler^ value);
void remove (_dispWebServicesEvents_WebServiceRenamedEventHandler^ value);
}
abstract WebServiceRenamed : IEvent<_dispWebServicesEvents_WebServiceRenamedEventHandler,
EventArgs>
JScript does not support events.
.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.