Accusoft.ImagXpress13.Net
PressAndHold Event




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

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

PropertyDescription
HeldFingerLocation Gets the location of the held finger during a press and hold with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback