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
[read-only] | Keys | System.Collections.Specialized.IOrderedDictionary.
![]() Gets a dictionary of field name/value pairs that represent the primary key of the row to update. |
[read-only] | NewValues | System.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] | OldValues | System.Collections.Specialized.IOrderedDictionary.
![]() Gets a dictionary containing the original field name/value pairs in the row to update. |
[read-only] | RowIndex | int.
![]() Gets the index of the row being updated. |