Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > InteractiveService Class : StopListening Method |
public virtual void StopListening()
'Declaration
Public Overridable Sub StopListening()
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.