ValueChanged: function(sender, args)
sender. Event source.
args. Event information. Available argument: TickIndex - index of the current timeline tick mark; ContinueAnimation - indicates whether animation continues: True - animation continues, False - animation is stopped.
The ValueChanged event occurs after changing the current timeline tick mark during animation. or selecting a tick mark with mouse button.
The example of event use is given on the page with description of the Timeline.play method.
See also: