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
add_TagMacroUpdated(function(sender, e)) remove_TagMacroUpdated(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2