blob: bdf8b459c49e49f7671e4e0d0523e9567aecae0e (
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" />
<div class="last-modified">$Id$</div></com:TContent>
|