TIWCGJQMImageEvents Class

The class of JQEvents.

Namespace: IWCGJQMImage
TIWCGJQMEvents
  IWCGJQMImage.TIWCGJQMImageEvents
type
 TIWCGJQMImageEvents = class(TIWCGJQMEvents)
 end;

The TIWCGJQMImageEvents type exposes the following members.

Show:
 NameDescription
OnSwipe

Triggered when a horizontal drag of 30px or more (and less than 75px vertically) occurs within 1 second duration.

OnSwipeLeft

Triggered when a swipe event occurs moving in the left direction.

OnSwipeRight

Triggered when a swipe event occurs moving in the right direction.

OnTap

Triggered after a quick, complete touch event.

OnTapHold

Triggered after a sustained complete touch event.

OnVClick

Virtualized click event handler.

OnVMouseDown

Virtualized mousedown event handler.

OnVMouseMove

Virtualized mousemove event handler.

OnVMouseOver

Virtualized mouseover event handler.

OnVMouseUp

Virtualized mouseup event handler.

Top