The event handler receives an argument of type ThumbnailEx.ScrollEventArgs containing data related to this event. The following ThumbnailEx.ScrollEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | (Inherited from System.Windows.RoutedEventArgs) |
Max | Specifies the maximum scrolling position. |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
Page | Specifies the page size, in device units. A scroll bar uses this value to determine the appropriate size of the proportional scroll box. |
Pos | Specifies the position of the scroll box. |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |