Optional delegate method for additional processing.
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 where the probe tool is now over. |
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. |