The
ImagePanViewerEventArgs class provides information about the
Pan event.
Syntax
Visual Basic (Declaration) | |
---|
Public Class ImagePanViewerEventArgs
Inherits RoutedEventArgs
Implements INativeCoreTypeWrapper |
C# | |
---|
public class ImagePanViewerEventArgs : RoutedEventArgs, INativeCoreTypeWrapper |
C++/CLI | |
---|
public ref class ImagePanViewerEventArgs : public RoutedEventArgs, INativeCoreTypeWrapper |
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also