ListViewDeleteEventArgs Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the event should be canceled.(Inherited from CancelEventArgs.) |
![]() | ItemIndex | Gets the index of the item being deleted. |
![]() | Keys | Gets a dictionary of field name/value pairs that represent the primary key or keys of the item to delete. |
![]() | Values | Gets a dictionary of the non-key field name/value pairs in the item to delete. |
Show:
