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

Telerik.Web.UI.TreeListDeletedEventArgs

The arguments passed when Telerik.Web.UI.RadTreeList fires the ItemDeleted event.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.TreeListDataChangeEventArgs
  • Telerik.Web.UI.TreeListDeletedEventArgs

Properties

AffectedRows Int32

Gets the number of affected rows.

Exception Exception

Gets the Exception object in case an exception happended during the automatic operation.

ExceptionHandled Exception

Gets or sets a value indicating whether the exception that was thrown is handled.

Item TreeListEditableItem

Gets a reference to the edited item.

Keys IDictionary

Gets a collection of the deleted items' key values.

In this article