This documentation is archived and is not being maintained.

ListViewDeleteEventArgs Properties

The ListViewDeleteEventArgs type exposes the following members.

  NameDescription
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property ItemIndex Gets the index of the item being deleted.
Public property Keys Gets a dictionary of field name/value pairs that represent the primary key or keys of the item to delete.
Public property Values Gets a dictionary of the non-key field name/value pairs in the item to delete.
Top
Show: