The members of System.Web.UI.WebControls.GridViewUpdateEventArgs are listed below.
See Also: Inherited members from System.ComponentModel.CancelEventArgs
Initializes a new instance of the System.Web.UI.WebControls.GridViewUpdateEventArgs class. |
[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. |