Accusoft.ImagXpress13.Net
PanGestureOccurred Event




Thrown when the user has finished panning with the Touch interface.
Syntax
'Declaration
 
Public Event PanGestureOccurred As ImageXView.PanGestureOccurredEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.PanGestureOccurredEventHandler
 
AddHandler instance.PanGestureOccurred, handler
public event ImageXView.PanGestureOccurredEventHandler PanGestureOccurred
public: __event ImageXView.PanGestureOccurredEventHandler* PanGestureOccurred
public:
event ImageXView.PanGestureOccurredEventHandler^ PanGestureOccurred
Event Data

The event handler receives an argument of type PanGestureOccurredEventArgs containing data related to this event. The following PanGestureOccurredEventArgs properties provide information specific to this event.

PropertyDescription
TotalDelta Gets the sum of all of the deltas from the start position during panning with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback