C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / ItemChanged Event

ItemChanged Event
Occurs when a item value changes.
Syntax
Event Data

The event handler receives an argument of type ItemChangedEventArgs<TItem> containing data related to this event. The following ItemChangedEventArgs<TItem> properties provide information specific to this event.

PropertyDescription
Gets a changed item.  
See Also