C#
VB
C++
Represents the method that will handle the MatchInstance event.
public delegate void MatchInstanceDelegate(object sender,MatchEventArgs<CompositeObjectInstance> e)
Public Delegate Sub MatchInstanceDelegate( _ByVal sender As Object, _ByVal e As Leadtools.Dicom.Scu.Common.MatchEventArgs(Of CompositeObjectInstance) _)
public delegate void MatchInstanceDelegate(Object^ sender,Leadtools.Dicom.Scu.Common.MatchEventArgs<CompositeObjectInstance^>^ e)
sender
The source of the event.
e
Additional event data that contains event data.
For an example refer to QueryRetrieveScu.Find(DicomScp, FindQuery,bool,string).
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
