CheckForAlarmListChanged Property

Specifies whether the Alarm Summary object tracks changes to the list of alarms and fires the AlarmListChanged event.

Syntax

object.CheckForAlarmListChanged [= Boolean]

Properties

The CheckForAlarmListChanged property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the Alarm Summary object tracks changes to the list of alarms and fires the AlarmListChanged event.

Settings

The settings for Boolean are:

Value

Description

True

Tracks changes to the list of alarms so that the AlarmListChanged event fires.

False

Does not track changes to the list of alarms. Consequently the AlarmListChanged event never fires. (Default)

Remarks

The best place to set this property is in the Initialize event handler of your picture.

 

Applies To