This documentation is archived and is not being maintained.
ListViewUpdatedEventArgs Properties
Visual Studio 2008
The ListViewUpdatedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectedRows | Gets the number of rows that were affected by the update operation. |
|
Exception | Gets the exception, if any, that was raised during the update operation. |
|
ExceptionHandled | Gets or sets a value that indicates whether an exception that was raised during the update operation was handled during the event. |
|
KeepInEditMode | Gets or sets a value that indicates whether the ListView control should remain in edit mode after an update operation. |
|
NewValues | Gets a dictionary that contains the new values for the updated item. |
|
OldValues | Gets a dictionary that contains the original values for the updated item. |
Show: