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

Telerik.Web.UI.RadListBoxDeletingEventArgs

Provides data for the E:Telerik.Web.UI.RadListBox.Deleting event.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadListBoxEventArgs
  • Telerik.Web.UI.RadListBoxDeletingEventArgs

Properties

Cancel Boolean

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

Remarks

If the event is canceled the items will not be deleted.

Items IList1`

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

In this article