OnTagValueChanged

<< Click to Display Table of Contents >>

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

OnTagValueChanged


 

This occurs when the value of a tag registered with AddTag changes.

 


syntax

event OnTagValueChanged(

         tagname,

         value

         )

 


Parameters

 

tagName

 

Type:

character

 

The name of the tag whose value changed.

 

value

 

Type:

Boolean

 

The new value.

 

 


hmtoggle_plus1Explanation

 

hint

"OnTagValueChanged" will occur for the number of tags immediately after "AddTag". If you want to skip the initial value, skip the event for the number of tags.

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 


reference