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





Occurs when the user performs a panning process for the ImagePanViewer displayed image.

Syntax

Visual Basic (Declaration) 
Public Event Pan() As ImagePanViewer.PanEventHandler
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewer
Dim handler As ImagePanViewer.PanEventHandler
 
AddHandler instance.Pan, handler
C# 
public event ImagePanViewer.PanEventHandler Pan()
Managed Extensions for C++ 
public: __event ImagePanViewer.PanEventHandler* Pan();
C++/CLI 
public:
event ImagePanViewer.PanEventHandler^ Pan();
XAML Attributes Usage 

<object Pan=EventHandler<ExceptionRoutedEventArgs>/> ...

Routed Event Information 

Identifier field

PanEvent

Routing strategy

Bubbling

Delegate

EventHandler<(Of <(TEventArgs>)>)

Example

For XAML example, refer to Source.

For C#/VB examples, refer to Source.

Remarks

This property provides the current status of the pan operation: Begin, Panning, or End.

Requirements

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

See Also