New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientTileDragging
Updated over 6 months ago
The OnClientTileDragging event is raised while a tile is being dragged by the user in the browser. It is fired continuously while the tile is being dragged.It is not cancellable.
The event handler receives two arguments:
- 
the RadTileList object that fired the event 
- 
an event arguments object that exposes the following methods 
OnClientTileDragging event arguments object
| Name | Return type | Description | 
|---|---|---|
| get_tile() | RadBaseTile client-side object | Gets a reference to the tile that is clicked. |