The properties of System.Web.UI.WebControls.DetailsViewUpdatedEventArgs are listed below. For a list of all members, see the DetailsViewUpdatedEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | AffectedRows | int.
Gets the number of rows affected by the update operation. |
[read-only] | Exception | Exception.
Gets the exception (if any) that was raised during the update operation. |
ExceptionHandled | bool.
Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler. | |
KeepInEditMode | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.DetailsView control should remain in edit mode after an update operation. | |
[read-only] | Keys | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the key field name/value pairs for the updated record. |
[read-only] | NewValues | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the new field name/value pairs for the updated record. |
[read-only] | OldValues | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the original field name/value pairs for the updated record. |