Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Dicom.Server.Admin Namespace > ServiceAdministrator Class : ServiceAdded Event |
public event EventHandler<ServiceAddedEventArgs> ServiceAdded
'Declaration Public Event ServiceAdded As EventHandler(Of ServiceAddedEventArgs)
'Usage Dim instance As ServiceAdministrator Dim handler As EventHandler(Of ServiceAddedEventArgs) AddHandler instance.ServiceAdded, handler
public: event EventHandler<ServiceAddedEventArgs^>^ ServiceAdded
The event handler receives an argument of type ServiceAddedEventArgs containing data related to this event. The following ServiceAddedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Service | Gets the service that was added. |