Class BatchObservableCollection<T>
Inheritance
System.Object
BatchObservableCollection<T>
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class BatchObservableCollection<T> : ObservableCollection<T>
Type Parameters
T
|
Constructors
BatchObservableCollection()
Declaration
public BatchObservableCollection()
BatchObservableCollection(IEnumerable<T>)
Declaration
public BatchObservableCollection(IEnumerable<T> items)
Parameters
System.Collections.Generic.IEnumerable<T>
items
|
Methods
InsertMany(Int32, IEnumerable<T>)
Declaration
public void InsertMany(int startIndex, IEnumerable<T> itemsToAdd)
Parameters
System.Int32
startIndex
|
System.Collections.Generic.IEnumerable<T>
itemsToAdd
|
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
RemoveMany(Int32, Int32)
Declaration
public void RemoveMany(int startIndex, int count)
Parameters
System.Int32
startIndex
|
System.Int32
count
|