AfterCFindDelegate Delegate

Summary

Represents the method that will handle the AfterCFind event.

Syntax
C#
VB
C++
public delegate void AfterCFindDelegate( 
   object sender, 
   AfterCFindEventArgs e 
) 
  
Public Delegate Sub AfterCFindDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As AfterCFindEventArgs _ 
)  
public delegate void AfterCFindDelegate(  
   Object^ sender, 
   AfterCFindEventArgs^ 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

See Also

Reference

AfterCFindDelegate Members

Leadtools.Dicom.Scu.Common Namespace

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