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 is removed from a Web site project's collection of Web services.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Public Overridable Event WebServiceRemoved As _dispWebServicesEvents_WebServiceRemovedEventHandler
public virtual event _dispWebServicesEvents_WebServiceRemovedEventHandler WebServiceRemoved
public:
virtual event _dispWebServicesEvents_WebServiceRemovedEventHandler^ WebServiceRemoved {
void add (_dispWebServicesEvents_WebServiceRemovedEventHandler^ value);
void remove (_dispWebServicesEvents_WebServiceRemovedEventHandler^ value);
}
abstract WebServiceRemoved : IEvent<_dispWebServicesEvents_WebServiceRemovedEventHandler,
EventArgs>
override WebServiceRemoved : IEvent<_dispWebServicesEvents_WebServiceRemovedEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispWebServicesEvents_Event.WebServiceRemoved
.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.