ClassNotifyItemPropertyChangedCollection<T>
Class
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class NotifyItemPropertyChangedCollection<T> : BatchObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<T>ObservableCollection<T>BatchObservableCollection<T>NotifyItemPropertyChangedCollection<T>
Derived Classes:
Implements:
Inherited Members
Constructors
NotifyItemPropertyChangedCollection()
Declaration
cs-api-definition
public NotifyItemPropertyChangedCollection()
NotifyItemPropertyChangedCollection(IEnumerable<T>)
Declaration
cs-api-definition
public NotifyItemPropertyChangedCollection(IEnumerable<T> collection)
Parameters
collection
IEnumerable<T>
Methods
ClearItems()
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, T)
Declaration
cs-api-definition
protected override void InsertItem(int index, T item)
Parameters
index
item
T
Overrides
OnItemPropertyChanged(ItemPropertyChangedEventArgs<T>)
Declaration
cs-api-definition
protected virtual void OnItemPropertyChanged(ItemPropertyChangedEventArgs<T> e)
Parameters
e
RemoveItem(int)
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
Overrides
SetItem(int, T)
Declaration
cs-api-definition
protected override void SetItem(int index, T item)
Parameters
index
item
T
Overrides
Events
ItemPropertyChanged
Declaration
cs-api-definition
public event EventHandler<ItemPropertyChangedEventArgs<T>> ItemPropertyChanged
Event Value