Titanium.UI.Slider.addEventListener

Function of Titanium.UI.Slider. Inherited from Titanium.Proxy.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8
Mobile Web 1.8

Summary

Adds the specified callback as an event listener for the named event.

Arguments

Name Type Summary
name String

Name of the event.

callback Callback<Object>

Callback function to invoke when the event is fired.

Return Type

void