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. |