"item_modified" trigger
Description
item_modified
trigger function is optional. if it is needed, it must be in Code Behind File.
Whenever a control/data block item's value has been changed, item modified trigger is fired.
Declaration
Trigger function's name should conform to the following format:
blockName + "." + itemName
Example
Last updated
Was this helpful?