Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Move Event

Show in webframe
Occurs when the user moves the mouse over the control.
Syntax
add_move(function(sender, e))
move.add(function(sender, e))
remove_move(function(sender, e))
move.remove(function(sender, e))
    

The Move event is only available on devices that support a mouse pointer.

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