Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

StopListening Method

Show in webframe
Stops listening to the events.
Syntax
 function Leadtools.Controls.InteractiveService.stopListening()
Remarks

Calling this method will cause the service to unhook from the EventsSource events. The various events (such as Tap, DoubleTap, Move, Hold, DragStarted, DragDelta, DragCompleted, etc.) will not fired after StopListening is called.

The ImageViewer will automatically call StopListening on its instance of InteractiveService when its disposed.

See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file