Interface INotifyItemChanged
Allows access to a non-generic version of the ItemChanged event for ObservableItemCollection<T>.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public interface INotifyItemChanged
Events
ItemChanged
Raised when some collection item's property is changed.
Declaration
event EventHandler<ItemChangedEventArgs> ItemChanged
Event Type
System.EventHandler<ItemChangedEventArgs>
|