Provides data for the CurrencyManager.ItemChanged event.
See Also: ItemChangedEventArgs Members
An CurrencyManager.ItemChanged event occurs whenever the item in a list is changed. For example, this event will occur when the text of the list item is changed to a new value. This event is not raised when the item is moved to a new position within the list because of a new item being added.
For more information about handling events, see [<topic://cpconEventsOverview>].