Accusoft.ImagXpressSdk Namespace > ImageXView Class : PanGestureOccurred Event |
'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
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.
Property | Description |
---|---|
TotalDelta | Gets the sum of all of the deltas from the start position during panning with the touch interface. |