BeforeCGetDelegate Delegate

Summary
Represents the method that will handle the BeforeCGet event.
Syntax
C#
VB
C++
public delegate void BeforeCGetDelegate( 
   object sender, 
   BeforeCGetEventArgs e 
) 
  
Public Delegate Sub BeforeCGetDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As BeforeCGetEventArgs _ 
)  
public delegate void BeforeCGetDelegate(  
   Object^ sender, 
   BeforeCGetEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

Requirements

Target Platforms

See Also

Reference

BeforeCGetDelegate Members

Leadtools.Dicom.Scu.Common Namespace

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

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.