Common Application Framework

ServiceManager.ServiceAdded Event

Event raised when a service is added to the service manager

public event ServiceEventHandler ServiceAdded;

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