ListViewDeletedEventArgs Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AffectedRows | Gets the number of rows that were affected by the delete operation. |
![]() | Exception | Gets the exception, if any, that was raised during the delete operation. |
![]() | ExceptionHandled | Gets or sets a value that indicates whether an exception that was raised during the delete operation was handled in the event handler. |
![]() | Keys | Gets the key or keys for the deleted item. |
![]() | Values | Gets the non-key field values for the deleted item. |
Show:
