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

SetCursor Event

Show in webframe
Occurs when the automation has determine that the user needs to change the cursor.
Syntax
add_setCursor(function(sender, e))
setCursor.add(function(sender, e))
remove_setCursor(function(sender, e))
setCursor.remove(function(sender, e))
    

This event occur when the user moves the mouse around on top of this AnnAutomation surface. The event data will let the user know what type of cursor (if any) must be applied.

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