Leadtools.MedicalViewer Namespace > MedicalViewerBaseCell Class : BuiltInTag Event |
public event EventHandler<MedicalViewerBuiltInTagEventArgs> BuiltInTag
'Declaration Public Event BuiltInTag As EventHandler(Of MedicalViewerBuiltInTagEventArgs)
'Usage Dim instance As MedicalViewerBaseCell Dim handler As EventHandler(Of MedicalViewerBuiltInTagEventArgs) AddHandler instance.BuiltInTag, handler
public: event EventHandler<MedicalViewerBuiltInTagEventArgs^>^ BuiltInTag
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.
Property | Description |
---|---|
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. |