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

RestoreCursor Event

Show in webframe
Occurs when the automation has determine that the original cursor needs to be restored.
Syntax
add_restoreCursor(function(sender, e))
restoreCursor.add(function(sender, e))
remove_restoreCursor(function(sender, e))
restoreCursor.remove(function(sender, e))
    

This event occur when the user moves the mouse around on top of this AnnAutomation surface but not on any object or its thumbs.

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