Visual Basic (Declaration) | |
---|---|
Public Event Pan() As EventHandler(Of RasterImagePanViewerEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<RasterImagePanViewerEventArgs> Pan() |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler<RasterImagePanViewerEventArgs>* Pan(); |
C++/CLI | |
---|---|
public: event EventHandler<RasterImagePanViewerEventArgs>^ Pan(); |
Refer to Viewer example.
This property provides the current status of the pan operation: Begin, Panning, or End.
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