ExtensionsPlus.EventPlus.DeepMonitorChangeEventSource

From emotive
Jump to navigation Jump to search

Classification

Name DeepMonitorChangeEventSource
Short Description Monitors the change of a ByteField, List and Map variable.
Class Term
Extension OTX EventPlus Extension
Group -
Exceptions -
Checker Rules -
Standard Compliant No

Pseudo-Code Syntax

EventSource DeepMonitorChangeEventSource(Variable myVariable);

Description

The DeepMonitorChangeEventSource term has the same syntax and behaviour like MonitorChangeEventSource, except that also deep inside changes (add or remove items, value change of one item) of ByteField, List and Map variables be monitored.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
EventSource The EventSource, the changes in the value of a variable monitored.

Properties

Name Data Type Class Default Cardinality Description
Variable - Variable - [1] The variables which be monitored

Examples

EventSource result = DeepMonitorChangeEventSource(myVariable);

See also

GetDeepChangedIndex
GetDeepNewValue
IsDeepMonitorChangeEvent
IsSizeChangedLength