FormViewDeleteEventArgs Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| 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:
