MatchFoundDelegate Delegate

Summary

Represents the method that will handle the event when a match has been found during a C-FIND-REQ.

Syntax
C#
VB
C++
public delegate void MatchFoundDelegate( 
   object sender, 
   MatchFoundEventArgs e 
) 
  
Public Delegate Sub MatchFoundDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As MatchFoundEventArgs _ 
)  
public delegate void MatchFoundDelegate(  
   Object^ sender, 
   MatchFoundEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data.

Requirements

Target Platforms

See Also

Reference

MatchFoundDelegate Members

Leadtools.Dicom.AddIn.Interfaces Namespace

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

Leadtools.Dicom.AddIn Assembly