This documentation is archived and is not being maintained.
ListViewInsertedEventArgs Properties
Visual Studio 2010
The ListViewInsertedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectedRows | Gets the number of rows affected by the insert operation. |
|
Exception | Gets the exception (if any) that was raised during the insert operation. |
|
ExceptionHandled | Gets or sets a that indicates whether an exception that was raised during the insert operation was handled in the event handler. |
|
KeepInInsertMode | Gets or sets a value that indicates whether the user's input values are preserved for the controls inside the InsertItemTemplate template. |
|
Values | Gets field name/value pairs for the inserted record. |
Show: