Telerik.Web.UI.RadListBoxUpdatingEventArgs
Provides data for the E:Telerik.Web.UI.RadListBox.Updating event.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Telerik.Web.UI.RadListBoxEventArgs
- Telerik.Web.UI.RadListBoxUpdatingEventArgs
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 IList
1`
Gets the referenced items in the control when the event is raised.