Class DoubleSourceReadOnlyObservableCollection<TSourceCollection, TItem>
Inheritance
System.Object
DoubleSourceReadOnlyObservableCollection<TSourceCollection, TItem>
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class DoubleSourceReadOnlyObservableCollection<TSourceCollection, TItem> : Object, IEnumerable<TItem>, IEnumerable, INotifyCollectionChanged where TSourceCollection : IList<TItem>, INotifyCollectionChanged
Type Parameters
TSourceCollection
|
TItem
|
Constructors
DoubleSourceReadOnlyObservableCollection(TSourceCollection, IEnumerable<TItem>)
Declaration
public DoubleSourceReadOnlyObservableCollection(TSourceCollection sourceCollection, IEnumerable<TItem> defaultCollection)
Parameters
TSourceCollection
sourceCollection
|
System.Collections.Generic.IEnumerable<TItem>
defaultCollection
|
Methods
GetEnumerator()
Declaration
public IEnumerator<TItem> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<TItem>
|
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
Events
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|