summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ValueTriggeredCallback.page
blob: 1803f611f98d0e543a12f9522b250ef15ec46c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<com:TContent ID="body" >

<h1 id="206010">TValueTriggeredCallback</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TValueTriggeredCallback" />

<p class="block-content">
<tt>TValueTriggeredCallback</tt> observes the value with <tt>PropertyName</tt> of a
control with <tt>ControlID</tt>. Changes to the observed
property value will trigger a new callback request. The property value is checked
for changes every <tt>Interval</tt> seconds.
A <tt>DecayRate</tt> can be set to increase the polling
interval linearly if no changes are observed. Once a change is
observed, the polling interval is reset to the original value.
</p>

<com:RunBar PagePath="ActiveControls.Samples.TValueTriggeredCallback.Home" />

</com:TContent>