LoadXmlAfterElementCallback Delegate

Summary

Optional delegate method that is used with the LoadXml methods.

Syntax
C#
VB
C++
public delegate void LoadXmlAfterElementCallback( 
   LoadXmlAfterElementData data 
) 
Public Delegate Sub LoadXmlAfterElementCallback( _ 
   ByVal data As LoadXmlAfterElementData _ 
)  
public delegate void LoadXmlAfterElementCallback(  
   LoadXmlAfterElementData^ data 
) 

Parameters

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

Remarks

This delegate is called once for each DICOM element, after it has been added to the DicomDataSet. If you pass this delegate with the LoadXml methods, you can change the value of the DicomElement by calling one of the DicomDataSet SetValue methods. For details, see the documentation for LoadXmlBeforeElementData

Example

For an example, refer to SaveXmlCallback.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly