LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImagePanViewerEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : ImagePanViewerEventArgs Class



Provides information about the ImagePanViewer.Pan event. Supported in Silverlight, Windows Phone 7

Object Model

ImagePanViewerEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class ImagePanViewerEventArgs 
   Inherits System.Windows.RoutedEventArgs
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewerEventArgs
C# 
public class ImagePanViewerEventArgs : System.Windows.RoutedEventArgs 
C++/CLI 
public ref class ImagePanViewerEventArgs : public System.Windows.RoutedEventArgs 

Example

For C#/VB examples, refer to ImagePanViewer.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also