Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LoadXmlAfterElementCallback Delegate
See Also 
Leadtools.Dicom.Common.Extensions Namespace : LoadXmlAfterElementCallback Delegate



data
An instance of the LoadXmlAfterElementData class containing the progress callback data.
Optional delegate method that is used with the LoadXml methods.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub LoadXmlAfterElementCallback( _
   ByVal data As LoadXmlAfterElementData _
) 
Visual Basic (Usage)Copy Code
Dim instance As New LoadXmlAfterElementCallback(AddressOf HandlerMethod)
C# 
public delegate void LoadXmlAfterElementCallback( 
   LoadXmlAfterElementData data
)
C++/CLI 
public delegate void LoadXmlAfterElementCallback( 
   LoadXmlAfterElementData^ data
)

Parameters

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

Example

For an example, refer to SaveXmlCallback.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features