OnBeforeTagAnonymization Method

Summary

Raises the BeforeTagAnonymization event.

Syntax
C#
VB
C++
protected virtual bool OnBeforeTagAnonymization( 
   BeforeTagAnonymizationEventArgs e 
) 
Protected Function OnBeforeTagAnonymization( _ 
   ByVal e As BeforeTagAnonymizationEventArgs _ 
) As Boolean 
protected: 
bool OnBeforeTagAnonymization(  
   BeforeTagAnonymizationEventArgs^ e 
)  

Parameters

e
The BeforeTagAnonymizationEventArgs instance containing the event data.

Return Value

true to cancel the anonymizing process; otherwise, it is false

Requirements

Target Platforms

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