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

AutomationPointerMove Event

Show in webframe
Represents an event of that triggers when the pointer (mouse or touch) is moved on the surface of the control.
Syntax
add_automationPointerMove(function(sender, e))
automationPointerMove.add(function(sender, e))
remove_automationPointerMove(function(sender, e))
automationPointerMove.remove(function(sender, e))
    
Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnPointerEventArgs The event data.
See Also
Error processing SSI file