Telerik.Web.UI.ListBoxDeletedEventArgs : Sys.EventArgs
Inheritance Hierarchy
- Sys.EventArgs
- Telerik.Web.UI.ListBoxDeletedEventArgs
Methods
get_item
Returns the item that is about to be deleted.
Parameters
Returns
Telerik.Web.UI.RadListBoxItem
the item that is about to be deleted.
get_domEvent
Returns the Sys.UI.DomEvent instance associated to the raised event.
Parameters
Returns
Sys.UI.DomEvent
the Sys.UI.DomEvent instance associated to the raised event.
get_items
Returns an array of the items selected for deletion
Parameters
Returns
Telerik.Web.UI.RadListBoxItem[]
an array of the items selected for deletion.