This documentation is archived and is not being maintained.
ListViewUpdateEventArgs Properties
Visual Studio 2010
The ListViewUpdateEventArgs 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 data item that is being updated. |
|
Keys | Gets a dictionary of field name/value pairs that represent the key or keys of the item to update. |
|
NewValues | Gets a dictionary that contains the revised values of the item to update. |
|
OldValues | Gets a dictionary that contains the original values of the item to update. |
Show: