Template file: Home.page
Class file: Home.php

/ActiveControls/Samples/TValueTriggeredCallback/Home.page

<com:TContent ID="body">

<h1>TValueTriggeredCallback Samples</h1>

<table class="sampletable">

<tr><td class="samplenote">
  A callback will be executed when the textbox text changes
</td><td class="sampleaction">
  <com:TTextBox ID="txt1" />
  <com:TValueTriggeredCallback ControlID="txt1" PropertyName="value" OnCallback="checkTxtValue" />
  <com:TActiveLabel ID="label1" />
</td></tr>

</table>

</com:TContent>