ScaleBase.ItemsChanging

Syntax

ItemsChanging: PP.Delegate | function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The ItemsChanging event occurs on setting a collection of scale items or on setting the scale item that corresponds to missing data.

Example

The example of event use is given in description of the ScaleBase.NoData property.

See also:

ScaleBase