System.Web.UI.WebControls.DetailsViewUpdatedEventArgs Members

The members of System.Web.UI.WebControls.DetailsViewUpdatedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
AffectedRowsint.

Gets the number of rows affected by the update operation.

[read-only]
ExceptionException.

Gets the exception (if any) that was raised during the update operation.

ExceptionHandledbool.

Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler.

KeepInEditModebool.

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]
KeysSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the key field name/value pairs for the updated record.

[read-only]
NewValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the new field name/value pairs for the updated record.

[read-only]
OldValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the original field name/value pairs for the updated record.