GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / Scroll Event





Scroll Event (ThumbnailEx)
Occurs when the control is scrolled. Bubble routing strategy.
Syntax
'Declaration
 
Public Event Scroll As ThumbnailEx.ScrollEventHandler
 
Event Data

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.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
Specifies the maximum scrolling position.  
(Inherited from System.Windows.RoutedEventArgs)
Specifies the page size, in device units. A scroll bar uses this value to determine the appropriate size of the proportional scroll box.  
Specifies the position of the scroll box.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also