Documentation for this section has not yet been entered.
Use the DetailsViewDeletedEventArgs.Values property to access the values of the non-key fields for the record to delete. For example, you can use these values to keep a log of deleted records.
This property does not contain the key fields for the record. To access the key fields, use the DetailsViewDeletedEventArgs.Keys property.
The DetailsViewDeletedEventArgs.Values property returns an System.Collections.Specialized.IOrderedDictionary object that implements the System.Collections.Specialized.IOrderedDictionary interface. The object contains DictionaryEntry objects that represent the non-key fields of the record to delete.
As a shortcut, you can also use the indexer of the System.Collections.Specialized.IOrderedDictionary object to access the field values directly.