<com:TContent ID="body" >

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

<p class="block-content">
<tt>TTimeTriggeredCallback</tt> sends callback request every <tt>Interval</tt> seconds.
Upon each callback request, the <tt>OnCallback</tt> event is raised.
The timer can be started by calling <tt>startTimer()</tt> and stopped using
<tt>stopTimer()</tt>. The timer can be automatically started when
<tt>StartTimerOnLoad</tt> is true.
</p>

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

</com:TContent>