←Select platform

TagMacroUpdated Event

Summary

Occurs after a macro associated with a tag has been updated.

Syntax

C#
VB
C++
public event EventHandler<TagMacroUpdatedEventArgs> TagMacroUpdated 
Public Event TagMacroUpdated As EventHandler(Of TagMacroUpdatedEventArgs) 
public: 
event EventHandler<TagMacroUpdatedEventArgs^>^ TagMacroUpdated 

Event Data

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.

PropertyDescription
TagMacro Gets the tag and macro information.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly