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

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

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Properties

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

Gets a dictionary of field name/value pairs that represent the primary key of the row to update.

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

Gets a dictionary containing the revised values of the non-key field name/value pairs in the row to update.

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

Gets a dictionary containing the original field name/value pairs in the row to update.

[read-only]
RowIndexint.

Gets the index of the row being updated.