Error processing SSI file
(Leadtools.Controls)

Show in webframe

StopListening Method




Stops listening to the events.
Syntax
public virtual void StopListening()
'Declaration
 
Public Overridable Sub 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.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file