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

Telerik.Web.UI.TreeListDataChangeEventArgs

A base class representing the event args passed when Telerik.Web.UI.RadTreeList fires the ItemInserted, ItemUpdated and ItemDeleted events.

Inheritance Hierarchy

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

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.

In this article