Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
ImagePanViewerEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : ImagePanViewerEventArgs Class




The ImagePanViewerEventArgs class provides information about the Pan event.

Syntax

Visual Basic (Declaration) 
Public Class ImagePanViewerEventArgs 
   Inherits RoutedEventArgs
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewerEventArgs
C# 
public class ImagePanViewerEventArgs : RoutedEventArgs 
Managed Extensions for C++ 
public __gc class ImagePanViewerEventArgs : public RoutedEventArgs 
C++/CLI 
public ref class ImagePanViewerEventArgs : public RoutedEventArgs 

Example

For C#/VB examples, refer to Source.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Leadtools.Windows.Controls.ImagePanViewerEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also