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

Telerik.Web.UI.RadListBoxDroppingEventArgs

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

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadListBoxDropEventArgs
  • Telerik.Web.UI.RadListBoxDroppingEventArgs

Properties

Cancel Boolean

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

Remarks

If the event is canceled the Dropped event will not fire.

HtmlElementID String

Gets the ID of the HTML element on which the source item(s) is(are) dropped.

SourceDragItems IList1`

Gets the SourceDragItems.

In this article