OnExpressionValueChanged

<< Click to Display Table of Contents >>

Manual > Control Reference > Common to all controls > Common events >

OnExpressionValueChanged


 

This occurs when the value of an expression registered with AddExpression changes.

 


syntax

event OnExpressionValueChanged (

         name,

         value,

         firstevent

         )

 


Parameters

 

name

 

Type:

character

 

The name of the expression whose value changed.

 

value

 

Type:

Boolean

 

The new value.

 

firstevent

 

Type:

Boolean

 

Whether this is the very first event to be called.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

×

Browser script

×

Calculation Expression Syntax

 


reference