BeforeAddTagDelegate Delegate

Summary

Optional delegate to be called before class information is added to a data set.

Syntax
C#
VB
C++
public delegate bool BeforeAddTagDelegate(  
   LinkedList<long> parent, 
   object data, 
   long tag 
) 
Public Delegate Function BeforeAddTagDelegate( _ 
   ByVal parent As LinkedList(Of Long), _ 
   ByVal data As Object, _ 
   ByVal tag As Long _ 
) As Boolean 
public delegate bool BeforeAddTagDelegate(  
   LinkedList<int64>^ parent, 
   Object^ data, 
   int64 tag 
) 

Parameters

parent
The list of the tag's parents. This will contain information if the tag is located in a sequence.

data
The value of the tag.

tag
The tag code.

Return Value

true to add the tag to the data set; otherwise, false

Requirements

Target Platforms

See Also

Reference

BeforeAddTagDelegate Members

Leadtools.Dicom.Common.Extensions Namespace

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