This documentation is archived and is not being maintained.
FormViewDeleteEventArgs Properties
Visual Studio 2010
The FormViewDeleteEventArgs 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 for the record to delete. |
|
RowIndex | Gets the index of the record being deleted from the data source. |
|
Values | Gets a dictionary of the non-key field name/value pairs for the item to delete. |
Show: