summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/EventTriggeredCallback.page
blob: 3693e59aded805c6964620e10cc29e86341b372d (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" />

</com:TContent>