Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Type Parameters:
T
Syntax:
C#
public class BatchObservableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<T>ObservableCollection<T>BatchObservableCollection<T>
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public BatchObservableCollection()
Methods
C#
public void InsertMany(int startIndex, IEnumerable<T> itemsToAdd)
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Overrides: