ExtensionsPlus.EventPlus.IsSizeChangedLength

From emotive
Jump to navigation Jump to search

Classification

Name IsSizeChangedLength
Short Description Checks if the length was changed.
Class Term
Extension OTX EventPlus Extension
Group -
Exceptions TypeMismatchException
Checker Rules -
Standard Compliant No

Pseudo-Code Syntax

Value IsSizeChangedLength(Event);

Description

IsSizeChangedLength is a term, which checks if the length was changed. If the length was changed, GetDeepChangedIndex returns -1

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
Boolean Returns TRUE if the length was changed

Properties

Name Data Type Class Default Cardinality Description
Event Event Term - [1] The event, whose type is checked.

Examples

Boolean result = IsSizeChangedLength(myEvent);

See also

DeepMonitorChangeEventSource
GetDeepChangedIndex
GetDeepNewValue
IsDeepMonitorChangeEvent