add_toolTip(function(sender, e)) toolTip.add(function(sender, e)) remove_toolTip(function(sender, e)) toolTip.remove(function(sender, e))
This event will only occur if the value of AnnAutomationManager.EnableToolTip is set to true. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | AnnToolTipEventArgs | The event data. |