DetailsViewDeleteEventArgs Properties
.NET Framework 2.0
| 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. |
Community Additions
ADD
Show: