Members





In This Topic
GdPicture14.WPF Namespace / ThumbnailEx.ScrollEventArgs Class

ThumbnailEx.ScrollEventArgs Class

In This Topic
Provides data for the Scroll event.
Syntax
'Declaration
 
Public Class ThumbnailEx.ScrollEventArgs 
   Inherits System.Windows.RoutedEventArgs
public class ThumbnailEx.ScrollEventArgs : System.Windows.RoutedEventArgs 
public class ThumbnailEx.ScrollEventArgs = class(System.Windows.RoutedEventArgs)
public class ThumbnailEx.ScrollEventArgs extends System.Windows.RoutedEventArgs
public __gc class ThumbnailEx.ScrollEventArgs : public System.Windows.RoutedEventArgs 
public ref class ThumbnailEx.ScrollEventArgs : public System.Windows.RoutedEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         GdPicture14.WPF.ThumbnailEx.ScrollEventArgs

See Also