| Leadtools.Windows.Annotations Namespace > AnnContainer Class : ScrollChanged Event | 
public event EventHandler<ImageViewerScrollChangedEventArgs> ScrollChanged
'Declaration Public Event ScrollChanged As EventHandler(Of ImageViewerScrollChangedEventArgs)
'Usage Dim instance As AnnContainer Dim handler As EventHandler(Of ImageViewerScrollChangedEventArgs) AddHandler instance.ScrollChanged, handler
public: event EventHandler<ImageViewerScrollChangedEventArgs^>^ ScrollChanged
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.
| Property | Description | 
|---|---|
| Handled (Inherited from System.Windows.RoutedEventArgs) | |
| HorizontalChange | |
| HorizontalOffset | |
| OriginalSource (Inherited from System.Windows.RoutedEventArgs) | |
| RoutedEvent (Inherited from System.Windows.RoutedEventArgs) | |
| Source (Inherited from System.Windows.RoutedEventArgs) | |
| VerticalChange | |
| VerticalOffset |