Accusoft.ImagXpressSdk Namespace > ImageXView Class : PressAndTap Event |
'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
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.
Property | Description |
---|---|
PressedFingerLocation | Gets the location of the pressed finger during a press and tap with the touch interface. |