←Select platform

LoadJsonAfterElementCallback Delegate

Summary

Optional delegate method that is used with the LoadJson methods.

Syntax

C#
VB
C++
public delegate void LoadJsonAfterElementCallback( 
   LoadJsonAfterElementData data 
) 
Public Delegate Sub LoadJsonAfterElementCallback( _ 
   ByVal data As Leadtools.Dicom.Common.Extensions.LoadJsonAfterElementData _ 
)  
public delegate void LoadJsonAfterElementCallback(  
   Leadtools.Dicom.Common.Extensions.LoadJsonAfterElementData^ data 
) 

Parameters

data
An instance of the LoadJsonAfterElementData 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 LoadJson methods, you can change the value of the DicomElement by calling one of the DicomDataSet SetValue methods. For details, see the documentation for LoadJsonBeforeElementData

Example

For an example, refer to LoadJsonBeforeElementCallback.

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.Common Assembly