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

Telerik.Web.UI.RadListBoxInsertingEventArgs

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

Inheritance Hierarchy

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

Properties

Cancel Boolean

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

Remarks

If the is canceled the item will not be inserted.

Items IList1`

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

In this article