Timeline.TicksChanging

Syntax

TicksChanging: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available argument:  element is being added: AddedTick - name of added tick mark; AddedIndex - index, at which tick mark is added; element is being removed: RemovedTick - name of removed tick mark; RemovedIndex - index, from which tick mark is removed; Cancel - indicates whether timeline tick mark change operation is cancelled: True - operation is cancelled, False (default) - operation is not cancelled.

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