Documentation for this section has not yet been entered.
The GridViewDeleteEventArgs.Values property is automatically populated with the name/value pairs of the non-key fields for the row. To determine the field name of an entry, use the DictionaryEntry.Key property of a DictionaryEntry object in the GridViewDeleteEventArgs.Values dictionary. To determine the value of an entry, use the DictionaryEntry.Value property.
The primary key field or fields are not included in this dictionary. To access the values of the primary key field or fields, use the GridViewDeleteEventArgs.Keys property.