ServiceRemoved Event

Summary

Occurs when a new PACS Framework service is removed.

Syntax
C#
VB
C++
public event EventHandler<ServiceRemovedEventArgs> ServiceRemoved 
  
Public Event ServiceRemoved As EventHandler(Of ServiceRemovedEventArgs) 
public: 
event EventHandler<ServiceRemovedEventArgs^>^ ServiceRemoved 

Event Data

The event handler receives an argument of type ServiceRemovedEventArgs containing data related to this event. The following ServiceRemovedEventArgs properties provide information specific to this event.

PropertyDescription
AETitle Gets the AE title of the service that was removed.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly