Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

ToolTip Event

Show in webframe
Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Syntax
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.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnToolTipEventArgs The event data.
See Also
Error processing SSI file