开发者

How to detect the change in HSlider when value is updated

开发者 https://www.devze.com 2023-03-18 02:34 出处:网络
Is there a way to detect the value change in HSlider开发者_高级运维 (in Flex 4.0) without touching the slider.

Is there a way to detect the value change in HSlider开发者_高级运维 (in Flex 4.0) without touching the slider.

Basically, what I wanted is to detect if the slider value was changed programmatically. Ex.

slider.value += 3; // where slider is a slider component

Thanks.


FlexEvent.VALUE_COMMIT event is dispatched. Just listen to it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号