GridViewDeleteEventArgs::Values Property
Gets a dictionary of the non-key field name/value pairs for the row to delete.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::IOrderedDictionaryA System.Collections.Specialized::IOrderedDictionary object that contains the non-key field name/value pairs of the row to delete.
The 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 System.Collections::DictionaryEntry object in the Values dictionary. To determine the value of an entry, use the DictionaryEntry::Value property.
Note: |
|---|
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 Keys property. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: