Common Application Framework

ServiceManager.ServiceRemoved Event

Event raised when a service is removed from the service manager

public event ServiceEventHandler ServiceRemoved;

Event Data

The event handler receives an argument of type ServiceEventArgs containing data related to this event. The following ServiceEventArgs property provides information specific to this event.

Property Description
Service Gets the service which was added for removed

See Also

ServiceManager Class | Aveva.ApplicationFramework Namespace