←Select platform

LoadXmlBeforeElementCallback Delegate

Summary

Optional delegate method that is used with the LoadXml methods.

Syntax

C#
VB
C++
public delegate bool LoadXmlBeforeElementCallback(  
   Leadtools.Dicom.Common.Extensions.LoadXmlBeforeElementData data 
) 
Public Delegate Function LoadXmlBeforeElementCallback( _ 
   ByVal data As Leadtools.Dicom.Common.Extensions.LoadXmlBeforeElementData _ 
) As Boolean 
public delegate bool LoadXmlBeforeElementCallback(  
   Leadtools.Dicom.Common.Extensions.LoadXmlBeforeElementData^ data 
) 

Parameters

data
An instance of the LoadXmlBeforeElementData class containing the progress callback data.

Return Value

true to include this DICOM element in the DicomDataSet; false to exclude the element from the DicomDataSet

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize