Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when an item in a Web site project's collection of Web services is renamed.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Public Overridable Event WebServiceRenamed As _dispWebServicesEvents_WebServiceRenamedEventHandler
public virtual event _dispWebServicesEvents_WebServiceRenamedEventHandler WebServiceRenamed
public:
virtual event _dispWebServicesEvents_WebServiceRenamedEventHandler^ WebServiceRenamed {
void add (_dispWebServicesEvents_WebServiceRenamedEventHandler^ value);
void remove (_dispWebServicesEvents_WebServiceRenamedEventHandler^ value);
}
abstract WebServiceRenamed : IEvent<_dispWebServicesEvents_WebServiceRenamedEventHandler,
EventArgs>
override WebServiceRenamed : IEvent<_dispWebServicesEvents_WebServiceRenamedEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispWebServicesEvents_Event.WebServiceRenamed
.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.