Accusoft.ImagXpress13.Net
Flick Event




Thrown when the user performs a flick on the Touch interface.
Syntax
'Declaration
 
Public Event Flick As ImageXView.FlickEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.FlickEventHandler
 
AddHandler instance.Flick, handler
public event ImageXView.FlickEventHandler Flick
public: __event ImageXView.FlickEventHandler* Flick
public:
event ImageXView.FlickEventHandler^ Flick
Event Data

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

PropertyDescription
Direction Gets the direction of the flick.
FlickStartLocation Gets the starting location for the flick during a flick motion with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback