blob: 5240ddfe9271f634646e872150fc9db05aa724cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<com:TContent ID="body" >
<h1 id="200007">TEventTriggeredCallback</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TEventTriggeredCallback" />
<p class="block-content">
<tt>TEventTriggeredCallback</tt> triggers a new callback request when a particular <tt>EventName</tt>
on a control with ID given by <tt>ControlID</tt> is raised.
The default action of the event on the client-side can be prevented when
<tt>PreventDefaultAction</tt> is set to true.
</p>
<com:RunBar PagePath="ActiveControls.Samples.TEventTriggeredCallback.Home" />
<div class="last-modified">$Id$</div></com:TContent>
|