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 > ImageViewerInteractiveMode Class : Stop Method |
public virtual void Stop( ImageViewer imageViewer )
'Declaration
Public Overridable Sub Stop( _ ByVal imageViewer As ImageViewer _ )
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 from the viewer or disables it. Typically, the mode should unsubscribe to the required events in InteractiveService previously used in Start.
For an example, refer to ImageViewerInteractiveMode.