New to Telerik UI for WPFStart a free 30-day trial

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: IEnumerableIEnumerable<TItem>INotifyCollectionChanged

Constructors

C#
public DoubleSourceReadOnlyObservableCollection(TSourceCollection sourceCollection, IEnumerable<TItem> defaultCollection)
Parameters:sourceCollectionTSourceCollectiondefaultCollectionIEnumerable<TItem>

Methods

C#
public IEnumerator<TItem> GetEnumerator()
Returns:

IEnumerator<TItem>

Implements: IEnumerable<TItem>.GetEnumerator()

C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs

Events

C#
public event NotifyCollectionChangedEventHandler CollectionChanged

Implements: INotifyCollectionChanged.CollectionChanged