Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace : BeforeAddTagDelegate Delegate |
'Declaration
Public Delegate Function BeforeAddTagDelegate( _ ByVal parent As LinkedList(Of Long), _ ByVal data As Object, _ ByVal tag As Long _ ) As Boolean
'Usage
Dim instance As New BeforeAddTagDelegate(AddressOf HandlerMethod)