This documentation is archived and is not being maintained.

ListViewUpdateEventArgs Properties

The ListViewUpdateEventArgs 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 data item that is being updated.
Public property Keys Gets a dictionary of field name/value pairs that represent the key or keys of the item to update.
Public property NewValues Gets a dictionary that contains the revised values of the item to update.
Public property OldValues Gets a dictionary that contains the original values of the item to update.
Top
Show: