Documentation for this section has not yet been entered.
Use the GridViewDeletedEventArgs.Keys property to access the values of the key fields (as specified by the GridView.DataKeyNames property) for a deleted record. For example, you can use these values to keep a log of deleted records.
This property contains only the key fields. To access the non-key fields, use the GridViewDeletedEventArgs.Values property.
The GridViewDeletedEventArgs.Keys property returns an object that implements the System.Collections.Specialized.IOrderedDictionary interface. The object contains DictionaryEntry objects that represent the key fields of the deleted record.