Telerik.Web.UI.RadListViewInsertedEventArgs
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Telerik.Web.UI.RadListViewDataChangeEventArgs
- Telerik.Web.UI.RadListViewInsertedEventArgs
Properties
AffectedRows Int32
Gets or sets the rows affected by the change.
Exception Exception
Gets or sets the exception which could be thrown during the changing of the data. Otherwise the value is null.
ExceptionHandled Exception
Gets or sets if the thrown expcetion is handled.
Item RadListViewDataItem
Gets or sets the item which initiated the change.
KeepInInsertMode Boolean
Gets or sets if the will remain in insert mode or will be closed.