C#
VB
C++
Represents the method that will handle the event when a match has been found during a C-FIND-REQ.
public delegate void MatchFoundDelegate(
object sender,
MatchFoundEventArgs e
)
Public Delegate Sub MatchFoundDelegate( _
ByVal sender As Object, _
ByVal e As Leadtools.Dicom.Addin.Interfaces.MatchFoundEventArgs _
)
public delegate void MatchFoundDelegate(
Object^ sender,
Leadtools.Dicom.Addin.Interfaces.MatchFoundEventArgs^ e
)
sender
The source of the event.
e
Additional event data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET