Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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
Managed Extensions for C++ 
public: __event EventHandler<RasterImagePanViewerEventArgs>* Pan();
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