public virtual void Stop( ImageViewer viewer )
function Leadtools.Controls.ImageViewerInteractiveMode.Stop( viewer )
This method must be overridden in your derived class when implementing your own interactive modes. For an example, refer to ImageViewerInteractiveMode.
The ImageViewer will call Stop when the user removes this mode using MouseWheelInteractiveMode, TouchInteractiveMode or DefaultInteractiveMode. Typically, the mode should unsubscribe to the required events in InteractiveService previously used in Start.
For an example, refer to ImageViewerInteractiveMode.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2