This documentation is archived and is not being maintained.
DetailsViewUpdatedEventArgs Properties
Visual Studio 2010
The DetailsViewUpdatedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectedRows | Gets the number of rows affected by the update operation. |
|
Exception | Gets the exception (if any) that was raised during the update operation. |
|
ExceptionHandled | Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler. |
|
KeepInEditMode | Gets or sets a value indicating whether the DetailsView control should remain in edit mode after an update operation. |
|
Keys | Gets a dictionary that contains the key field name/value pairs for the updated record. |
|
NewValues | Gets a dictionary that contains the new field name/value pairs for the updated record. |
|
OldValues | Gets a dictionary that contains the original field name/value pairs for the updated record. |
Show: