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