Class
NotifyItemPropertyChangedCollection<T>

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: TickIntervalCollectionTimeRulerLineCollection

Implements: ICollectionICollection<T>IEnumerableIEnumerable<T>IListIList<T>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<T>IReadOnlyList<T>

Inherited Members BatchObservableCollection<T>.InsertMany(int, IEnumerable<T>)BatchObservableCollection<T>.RemoveMany(int, int)BatchObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<T>.Move(int, int)ObservableCollection<T>.MoveItem(int, int)ObservableCollection<T>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<T>.BlockReentrancy()ObservableCollection<T>.CheckReentrancy()ObservableCollection<T>.CollectionChangedObservableCollection<T>.PropertyChangedCollection<T>.Add(T)Collection<T>.Clear()Collection<T>.CopyTo(T[], int)Collection<T>.Contains(T)Collection<T>.GetEnumerator()Collection<T>.IndexOf(T)Collection<T>.Insert(int, T)Collection<T>.Remove(T)Collection<T>.RemoveAt(int)Collection<T>.CountCollection<T>.ItemsCollection<T>.this[int]

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 ObservableCollection<T>.ClearItems()

InsertItem(int, T)

Declaration

cs-api-definition
protected override void InsertItem(int index, T item)

Parameters

index

int

item

T

Overrides ObservableCollection<T>.InsertItem(int, T)

OnItemPropertyChanged(ItemPropertyChangedEventArgs<T>)

Declaration

cs-api-definition
protected virtual void OnItemPropertyChanged(ItemPropertyChangedEventArgs<T> e)

Parameters

e

ItemPropertyChangedEventArgs<T>

RemoveItem(int)

Declaration

cs-api-definition
protected override void RemoveItem(int index)

Parameters

index

int

Overrides ObservableCollection<T>.RemoveItem(int)

SetItem(int, T)

Declaration

cs-api-definition
protected override void SetItem(int index, T item)

Parameters

index

int

item

T

Overrides ObservableCollection<T>.SetItem(int, T)

Events

ItemPropertyChanged

Declaration

cs-api-definition
public event EventHandler<ItemPropertyChangedEventArgs<T>> ItemPropertyChanged

Event Value

EventHandler<ItemPropertyChangedEventArgs<T>>