C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerProbeToolTextChangedEventArgs> ProbeToolTextChanged
Public Event ProbeToolTextChanged As EventHandler(Of MedicalViewerProbeToolTextChangedEventArgs)
public:
event EventHandler<MedicalViewerProbeToolTextChangedEventArgs^>^ ProbeToolTextChanged
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.
Property | Description |
---|---|
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET