summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/DragDrop.page
blob: 8ad0f73035d333954a7a1e716cbf9c0055760f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<com:TContent ID="body">
<h1 id="188035">TDropContainer</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDropContainer" />

<p class="block-content"><tt>TDropContainer</tt> represent an area where 
<tt>TDraggable</tt> controls can be dropped.
When a <tt>TDraggable</tt> is dropped,  a
callback request is initiated. The <tt>OnCallback</tt> event is raised
during a callback request and it is raised <strong>after</strong>
the <tt>OnDrop</tt> event.
</p>


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

<p class="block-content"><tt>TDraggable</tt> will make its child controls 'draggable'.
When a <tt>TDraggable</tt> is dropped,  a
callback request is initiated. The <tt>OnCallback</tt> event is raised
during a callback request and it is raised <strong>after</strong>
the <tt>OnDrop</tt> event.
</p>
<com:RunBar PagePath="ActiveControls.Samples.DragDrop.Home" />

</com:TContent>