New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Cancel
Items
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 IList
1`
Gets the referenced items in the control when the event is raised.