Accusoft.ImagXpressSdk Namespace > ImageXView Class : PressAndHold Event |
'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
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.
Property | Description |
---|---|
HeldFingerLocation | Gets the location of the held finger during a press and hold with the touch interface. |