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

Telerik.Web.UI.ListBoxDeletedEventArgs : Sys.EventArgs

Inheritance Hierarchy

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.

In this article