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

GdViewer.ScrollEventArgs Constructor

In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As RoutedEvent _
)
public GdViewer.ScrollEventArgs( 
   RoutedEvent routedEvent
)
public GdViewer.ScrollEventArgs( 
    routedEvent: RoutedEvent
); 
public function GdViewer.ScrollEventArgs( 
   routedEvent : RoutedEvent
);
public: GdViewer.ScrollEventArgs( 
   RoutedEvent* routedEvent
)
public:
GdViewer.ScrollEventArgs( 
   RoutedEvent^ routedEvent
)

Parameters

routedEvent
See Also