ClassBatchObservableCollection<T>
Class
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Type Parameters:
T
Syntax:
cs-api-definition
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
BatchObservableCollection()
Declaration
cs-api-definition
public BatchObservableCollection()
BatchObservableCollection(IEnumerable<T>)
Declaration
cs-api-definition
public BatchObservableCollection(IEnumerable<T> items)
Parameters
items
IEnumerable<T>
Methods
InsertMany(int, IEnumerable<T>)
Declaration
cs-api-definition
public void InsertMany(int startIndex, IEnumerable<T> itemsToAdd)
Parameters
startIndex
itemsToAdd
IEnumerable<T>
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides