LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
ScrollChanged Event
See Also 
Leadtools.Windows.Annotations Namespace > AnnContainer Class : ScrollChanged Event



Occurs when the viewer attached to this container in automation mode scrolls Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Event ScrollChanged As EventHandler(Of ImageViewerScrollChangedEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As AnnContainer
Dim handler As EventHandler(Of ImageViewerScrollChangedEventArgs)
 
AddHandler instance.ScrollChanged, handler
C++/CLI 
public:
event EventHandler<ImageViewerScrollChangedEventArgs^>^ ScrollChanged

Event Data

The event handler receives an argument of type ImageViewerScrollChangedEventArgs containing data related to this event. The following ImageViewerScrollChangedEventArgs properties provide information specific to this event.

PropertyDescription
Handled (Inherited from System.Windows.RoutedEventArgs) 
HorizontalChange Gets a value that indicates the change in horizontal offset for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer. Supported in Silverlight, Windows Phone 7
HorizontalOffset Gets the updated horizontal offset value for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer. Supported in Silverlight, Windows Phone 7
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
RoutedEvent (Inherited from System.Windows.RoutedEventArgs) 
Source (Inherited from System.Windows.RoutedEventArgs) 
VerticalChange Gets a value that indicates the change in vertical offset for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer. Supported in Silverlight, Windows Phone 7
VerticalOffset Gets the updated vertical offset value for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer. Supported in Silverlight, Windows Phone 7

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

ScrollChanged requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.