System.Web.UI.WebControls.GridViewUpdateEventArgs Members

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

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Constructors

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.