System.Web.UI.WebControls.GridViewUpdatedEventArgs: Property Members

The properties of System.Web.UI.WebControls.GridViewUpdatedEventArgs are listed below. For a list of all members, see the GridViewUpdatedEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
AffectedRowsint.

Gets the number of rows that were 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 that indicates whether an exception that was raised during the update operation was handled in the event handler.

KeepInEditModebool.

Gets or sets a value that indicates whether the System.Web.UI.WebControls.GridView 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.