Accusoft.ImagXpress13.Net
PressAndTap Event




Thrown when the user performs a press and tap with the Touch interface.
Syntax
'Declaration
 
Public Event PressAndTap As ImageXView.PressAndTapEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.PressAndTapEventHandler
 
AddHandler instance.PressAndTap, handler
public event ImageXView.PressAndTapEventHandler PressAndTap
public: __event ImageXView.PressAndTapEventHandler* PressAndTap
public:
event ImageXView.PressAndTapEventHandler^ PressAndTap
Event Data

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

PropertyDescription
PressedFingerLocation Gets the location of the pressed finger during a press and tap with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback