Provides data for various 
ImageViewer user interaction events.
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Class ScrollChangedEventArgs 
   Inherits RoutedEventArgs
   Implements INativeCoreTypeWrapper   | 
 
| C# |   | 
|---|
public class ScrollChangedEventArgs : RoutedEventArgs, INativeCoreTypeWrapper    | 
 
| C++/CLI |   | 
|---|
public ref class ScrollChangedEventArgs : public RoutedEventArgs, INativeCoreTypeWrapper    | 
 
 
             
             
             
             
            
            Remarks
            
Inheritance Hierarchy
 
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0,  Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also