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.Anonymization Namespace > Anonymizer Class : TagMacroUpdated Event |
public event EventHandler<TagMacroUpdatedEventArgs> TagMacroUpdated
'Declaration
Public Event TagMacroUpdated As EventHandler(Of TagMacroUpdatedEventArgs)
'Usage
Dim instance As Anonymizer Dim handler As EventHandler(Of TagMacroUpdatedEventArgs) AddHandler instance.TagMacroUpdated, handler
public: event EventHandler<TagMacroUpdatedEventArgs^>^ TagMacroUpdated
The event handler receives an argument of type TagMacroUpdatedEventArgs containing data related to this event. The following TagMacroUpdatedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
TagMacro | Gets the tag and macro information. |