Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Type Parameters:
TSourceCollection
TItem
Syntax:
C#
public class DoubleSourceReadOnlyObservableCollection<TSourceCollection, TItem> : IEnumerable<TItem>, IEnumerable, INotifyCollectionChanged where TSourceCollection : IList<TItem>, INotifyCollectionChanged
Inheritance: objectDoubleSourceReadOnlyObservableCollection<TSourceCollection, TItem>
Implements:
Constructors
C#
public DoubleSourceReadOnlyObservableCollection(TSourceCollection sourceCollection, IEnumerable<TItem> defaultCollection)
Methods
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Events
C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Implements: