LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

ScrollChanged Event






Occurs when the viewer attached to this container in automation mode scrolls .NET support Silverlight support
Syntax
'Declaration
 
Public Event ScrollChanged As EventHandler(Of ImageViewerScrollChangedEventArgs)
'Usage
 
Dim instance As AnnContainer
Dim handler As EventHandler(Of ImageViewerScrollChangedEventArgs)
 
AddHandler instance.ScrollChanged, handler
add_ScrollChanged(function(sender, e))
remove_ScrollChanged(function(sender, e))

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. .NET support Silverlight support
HorizontalOffset Gets the updated horizontal offset value for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer. .NET support Silverlight support
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. .NET support Silverlight support
VerticalOffset Gets the updated vertical offset value for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer. .NET support Silverlight support
Requirements

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

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.