Leadtools.Dicom.Common
LEAD Technologies, Inc

LoadXmlAfterElementCallback Delegate






An instance of the LoadXmlAfterElementData class containing the progress callback data.
Optional delegate method that is used with the LoadXml methods.
Syntax
public delegate void LoadXmlAfterElementCallback( 
   LoadXmlAfterElementData data
)
'Declaration
 
Public Delegate Sub LoadXmlAfterElementCallback( _
   ByVal data As LoadXmlAfterElementData _
) 
'Usage
 
Dim instance As New LoadXmlAfterElementCallback(AddressOf HandlerMethod)
public delegate void LoadXmlAfterElementCallback( 
   LoadXmlAfterElementData data
)
LoadXmlAfterElementCallback( 
   data 
)
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 to the Leadtools.Dicom.DicomDataSet. If you pass this delegate with the LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) 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
Example
For an example, refer to SaveXmlCallback.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LoadXmlAfterElementCallback Members
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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