Titanium.UI.PickerColumn.longclick

Event of Titanium.UI.PickerColumn. Inherited from Titanium.UI.View.
Platform Since
Android 0.9

Summary

Fired when the device detects a long click.

Description

A long click is generated by the user touching and holding on a touchscreen or, in the case of a trackball, holding down the button. The event occurs before the finger/button is lifted up again. If you have a longclick listener then the click event will not occur when you lift the finger/button after a long click.

Properties

Properties of the object passed to the event callback:
Name Type Summary
source Object

Source object that fired the event.

type String

Name of the event fired.