AfterConnect Event

Summary

Occurs after connecting to the SCP.

Syntax
C#
VB
C++
public event AfterConnectDelegate AfterConnect 
  
Public Event AfterConnect As AfterConnectDelegate 
public: 
event AfterConnectDelegate^ AfterConnect 

Event Data

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

PropertyDescription
Error Gets or sets the error.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.

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.Scu Assembly