←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly