New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.ListBoxDraggingEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_sourceItem

Returns the first selected item that is dragged.

Parameters

Returns

Telerik.Web.UI.RadListBoxItem the first selected item that is dragged.

get_domEvent

Returns the Sys.UI.DomEvent instance associated to the raised event.

Parameters

Returns

Sys.UI.DomEvent the Sys.UI.DomEvent instance associated to the raised event.

get_htmlElement

Returns the DOM html element which the item is dropped onto.

Parameters

Returns

Element the DOM html element which the item is dropped onto.

get_sourceItems

returns an array of the selected items that are dragged

Parameters

Returns

Telerik.Web.UI.RadListBoxItem[] an array of the selected items that are dragged

In this article