The following tables list the members exposed by PressAndHoldGestureEventArgs.
Name | Description | |
---|---|---|
EnablePanning | Returns or sets a boolean value indicating whether the PanGesture event will be allowed to occur if the user changes position on the touch surface before losing contact. | |
Gesture | Overridden. Returns a constant identifying the gesture which triggered this event. | |
Handled | Returns or sets a boolean value indicating whether the event has been handled. (Inherited from Infragistics.Win.Touch.GestureEventArgs) | |
Location | Returns the location of the touch point at which this gesture occurred, expressed in client coordinates. | |
SendMouseDown | Returns or sets a boolean value indicating whether the control's MouseDown event is raised immediately after execution returns from the firing of this event. | |
ShowIndicator | Returns or sets a boolean value indicating whether a PressAndHoldIndicatorUIElement is displayed while the press and hold gesture is in progress. | |
TimeElapsed | Returns the time elapsed, in milliseconds, since the user began the press and hold gesture, or zero if this event signifies the beginning of the gesture. |
Name | Description | |
---|---|---|
ToString | Returns the string representation of this instance. |