Show contents 

Working with Graphic Elements > Classes > Timeline > Timeline.TicksChanging

Timeline.TicksChanging

Syntax

TicksChanging: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available argument: element is added: AddedTick - name of added step; AddedIndex - index, where step is added; element is removed: RemovedTick - name of removed step; RemovedIndex - index, from where step is removed; Cancel - indicates whether operation of changing timelime steps is canceled: true - operation is canceled, false (default value) - operation is not canceled.

Description

The TicksChanging event occurs on changing timeline tick marks.

Example

The example of event use is given in description of the TimeLine.removeTick method.

See also:

Timeline