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
add_ServiceAdded(function(sender, e)) remove_ServiceAdded(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2