←Select platform

BuiltInTag Event

Summary

Optional delegate method for additional processing.

Syntax

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

Event Data

The event handler receives an argument of type MedicalViewerBuiltInTagEventArgs containing data related to this event. The following MedicalViewerBuiltInTagEventArgs properties provide information specific to this event.

PropertyDescription
SubCellIndex (Read only) Gets the index of sub-cell that contains the tag.
TagType (Read only) Gets the type of the tag.
Text Gets or sets the value that represents the tag text that will be displayed.
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.MedicalViewer Assembly