New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
AffectedRows
Exception
ExceptionHandled
Item
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.