Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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 
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, Windows Server 2003 family, Windows Server 2008 family

See Also