←Select platform

MatchSeriesDelegate Delegate

Summary

Represents the method that will handle the MatchSeries event.

Syntax

C#
VB
C++
public delegate void MatchSeriesDelegate( 
   object sender, 
   MatchEventArgs<Series> e 
) 
  
Public Delegate Sub MatchSeriesDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Dicom.Scu.Common.MatchEventArgs(Of Series) _ 
)  
public delegate void MatchSeriesDelegate(  
   Object^ sender, 
   Leadtools.Dicom.Scu.Common.MatchEventArgs<Series^>^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly