←Select platform

BeforeCFindDelegate Delegate

Summary

Represents the method that will handle the BeforeCFind event of a DicomFindSCU.

Syntax

C#
VB
C++
public delegate void BeforeCFindDelegate(  
   object sender, 
   Leadtools.Dicom.Scu.Common.BeforeCFindEventArgs e 
) 
Public Delegate Sub BeforeCFindDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Dicom.Scu.Common.BeforeCFindEventArgs _ 
) 
public delegate void BeforeCFindDelegate(  
   Object^ sender, 
   Leadtools.Dicom.Scu.Common.BeforeCFindEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example refer to QueryRetrieveScu.Find(DicomScp,FindQuery).

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize