ProbeToolTextChanged Event

Summary
Optional delegate method for additional processing.
Syntax
C#
VB
C++
public event EventHandler<MedicalViewerProbeToolTextChangedEventArgs> ProbeToolTextChanged 
  
Public Event ProbeToolTextChanged As EventHandler(Of MedicalViewerProbeToolTextChangedEventArgs) 
            public: 
event EventHandler<MedicalViewerProbeToolTextChangedEventArgs^>^ ProbeToolTextChanged 
Event Data

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

PropertyDescription
SubCellIndex Gets the sub-cell index over which the probe tool hovers.
Text Gets or sets the text that is displayed over the probe tool.
X Gets the x-coordinates of the mouse position relative to the cell.
Y Gets the y-coordinates of the mouse position relative to the cell.
Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.