Leadtools.MedicalViewer Namespace > MedicalViewerBaseCell Class : ProbeToolTextChanged Event |
public event EventHandler<MedicalViewerProbeToolTextChangedEventArgs> ProbeToolTextChanged
'Declaration Public Event ProbeToolTextChanged As EventHandler(Of MedicalViewerProbeToolTextChangedEventArgs)
'Usage Dim instance As MedicalViewerBaseCell Dim handler As EventHandler(Of MedicalViewerProbeToolTextChangedEventArgs) AddHandler instance.ProbeToolTextChanged, handler
public event EventHandler<MedicalViewerProbeToolTextChangedEventArgs> ProbeToolTextChanged
add_ProbeToolTextChanged(function(sender, e)) remove_ProbeToolTextChanged(function(sender, e))
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 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2