System.Web.UI.WebControls.DetailsViewDeleteEventArgs: Property Members

The properties of System.Web.UI.WebControls.DetailsViewDeleteEventArgs are listed below. For a list of all members, see the DetailsViewDeleteEventArgs Members list.

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Properties

[read-only]
KeysSystem.Collections.Specialized.IOrderedDictionary.

Gets an ordered dictionary of key field name/value pairs that contains the names and values of the key fields of the deleted items.

[read-only]
RowIndexint.

Gets the index of the row being deleted.

[read-only]
ValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary of the non-key field name/value pairs for the item to delete.