BeforeAddTagDelegate Delegate

Summary
Optional delegate to be called before class information is added to a data set.
Syntax
C#
C++/CLI
public delegate bool BeforeAddTagDelegate(  
   LinkedList<long> parent, 
   object data, 
   long tag 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.