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

Telerik.Web.UI.RadListBoxReorderingEventArgs

Provides data for the E:Telerik.Web.UI.RadListBox.Reordering event of the Telerik.Web.UI.RadListBox control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadListBoxReorderingEventArgs

Properties

Cancel Boolean

Gets or sets a value indicating whether the event is canceled.

Remarks

If the event is canceled the item will not be reordered.

Index Int32

Gets or sets the index at which the items are reordered.

Items IList1`

Gets or sets the referenced items in the control when the event is raised.

Offset Int32

Gets or sets the offset at which the item is reordered.

In this article