| 1 |
lars |
1 |
<com:TContent ID="body">
|
|
|
2 |
<!-- $Id$ -->
|
|
|
3 |
<h1>TDropContainer</h1>
|
|
|
4 |
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDropContainer" />
|
|
|
5 |
|
|
|
6 |
<p class="block-content"><tt>TDropContainer</tt> represent an area where
|
|
|
7 |
<tt>TDraggable</tt> controls can be dropped.
|
|
|
8 |
When a <tt>TDraggable</tt> is dropped, a
|
|
|
9 |
callback request is initiated. The <tt>OnCallback</tt> event is raised
|
|
|
10 |
during a callback request and it is raised <strong>after</strong>
|
|
|
11 |
the <tt>OnDropk</tt> event.
|
|
|
12 |
</p>
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
<h1>TDraggable</h1>
|
|
|
16 |
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TDraggable" />
|
|
|
17 |
|
|
|
18 |
<p class="block-content"><tt>TDraggable</tt> will make its child controls 'draggable'.
|
|
|
19 |
When a <tt>TDraggable</tt> is dropped, a
|
|
|
20 |
callback request is initiated. The <tt>OnCallback</tt> event is raised
|
|
|
21 |
during a callback request and it is raised <strong>after</strong>
|
|
|
22 |
the <tt>OnDropk</tt> event.
|
|
|
23 |
</p>
|
|
|
24 |
<com:RunBar PagePath="ActiveControls.Samples.DragDrop.Home" />
|
|
|
25 |
|
|
|
26 |
<div class="last-modified">$Id$</div></com:TContent>
|