Occurs when the user performs a panning process for the RasterImagePanViewer displayed image.
public event EventHandler<RasterImagePanViewerEventArgs> Pan
Public Event Pan As EventHandler(Of RasterImagePanViewerEventArgs)
public:
event EventHandler<RasterImagePanViewerEventArgs^>^ Pan
The event handler receives an argument of type RasterImagePanViewerEventArgs containing data related to this event. The following RasterImagePanViewerEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Specifies whether or not to cancel the current panning process. |
Rectangle | The Pan Rectangle. |
Status | The Pan process current status. |
This event provides the current status of the pan operation: Begin, Panning, or End, as well the current panning rectangle.
Refer to Viewer example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET