This documentation is archived and is not being maintained.
DetailsViewDeleteEventArgs Properties
Visual Studio 2008
The DetailsViewDeleteEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
Keys | Gets an ordered dictionary of key field name/value pairs that contains the names and values of the key fields of the deleted items. |
|
RowIndex | Gets the index of the row being deleted. |
|
Values | Gets a dictionary of the non-key field name/value pairs for the item to delete. |
Show: