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

Telerik.Web.UI.ListBoxReorderedEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_item

Returns the item that has been reordered.

Parameters

Returns

Telerik.Web.UI.RadListBoxItem the item that has been reordered.

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_items

Returns an array of the items that have been reordered

Parameters

Returns

Telerik.Web.UI.RadListBoxItem[] an array of the items that have been reordered

get_offset

Returns -1 if you are moving the item up and 1 if you are moving the item down.

Parameters

Returns

Number -1 if you are moving the item up and 1 if you are moving the item down.

In this article