This documentation is archived and is not being maintained.
ListViewDeletedEventArgs Properties
Visual Studio 2010
The ListViewDeletedEventArgs type exposes the following members.
| 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: