←Select platform

ScrollChanged Event

Summary

Occurs when the viewer attached to this container in automation mode scrolls

Syntax

C#
VB
C++
public event EventHandler<ImageViewerScrollChangedEventArgs> ScrollChanged 
  
Public Event ScrollChanged As EventHandler(Of ImageViewerScrollChangedEventArgs) 
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.
HorizontalOffset Gets the updated horizontal offset value for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer.
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.
VerticalOffset Gets the updated vertical offset value for a Leadtools.Windows.Controls.ImageViewer or Leadtools.Windows.Controls.RasterImageViewer.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly