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

Telerik.Web.UI.TreeListInsertedEventArgs

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

Inheritance Hierarchy

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

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.

KeepInInsertMode Boolean

Gets or sets a value indicating whether the inserted item will remain in insert mode.

In this article