Members





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

GdViewer.ScrollEventArgs Class

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

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

See Also