public void StopListening()
Public Sub StopListening()
public void StopListening()
-(void) stopListening;
public void stopListening()
function Leadtools.Controls.InteractiveService.StopListening()
Calling this method will cause the service to unhook from the TargetElement events. The Tap, DoubleTap, Hold, DragStarted, DragDelta, DragCompleted will not fire after StopListening is called.
The ImageViewer will automatically call StopListening on its instance of InteractiveService when it is disposed.