Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Pan Event
See Also 
Leadtools.WinForms Namespace > RasterImagePanViewer Class : Pan Event



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

Syntax

Visual Basic (Declaration) 
Public Event Pan() As EventHandler(Of RasterImagePanViewerEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As RasterImagePanViewer
Dim handler As EventHandler(Of RasterImagePanViewerEventArgs)
 
AddHandler instance.Pan, handler
C++/CLI 
public:
event EventHandler<RasterImagePanViewerEventArgs>^ Pan();

Example

Refer to Viewer example.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also