Simulates a complete holding gesture sequence (started -> wait -> completed).
public void Hold(Interactive target, Point position, int holdDuration = 500, PointerType pointerType = PointerType.Touch)
The target control to receive the event.
Position of the holding gesture.
Duration to hold in milliseconds.
Type of pointer (Touch, Mouse, Pen).