Class
SchedulerObservableCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerObservableCollection : ObservableCollection<IEvent>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx

Inheritance: objectCollection<IEvent>ObservableCollection<IEvent>SchedulerObservableCollection

Derived Classes: SchedulerAppointmentCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangedINotifyPropertyChangingEx

Inherited Members ObservableCollection<IEvent>.CountStringObservableCollection<IEvent>.ItemArrayStringObservableCollection<IEvent>.ClearItems()ObservableCollection<IEvent>.InsertItem(int, IEvent)ObservableCollection<IEvent>.InsertItem(int, IEvent, Action<IEvent>)ObservableCollection<IEvent>.Move(int, int)ObservableCollection<IEvent>.MoveItem(int, int)ObservableCollection<IEvent>.BeginUpdate()ObservableCollection<IEvent>.BeginItemUpdate()ObservableCollection<IEvent>.EndItemUpdate()ObservableCollection<IEvent>.EndItemUpdate(bool)ObservableCollection<IEvent>.EndUpdate(bool)ObservableCollection<IEvent>.EndUpdate()ObservableCollection<IEvent>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<IEvent>.CallCollectionChanged(object, NotifyCollectionChangedEventArgs)ObservableCollection<IEvent>.OnCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<IEvent>.NotifyListenersCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<IEvent>.CallCollectionChanging(object, NotifyCollectionChangingEventArgs)ObservableCollection<IEvent>.RemoveItem(int)ObservableCollection<IEvent>.SetItem(int, IEvent)ObservableCollection<IEvent>.AddRange(IEnumerable<IEvent>)ObservableCollection<IEvent>.RemoveRange(IEnumerable<IEvent>)ObservableCollection<IEvent>.OnCollectionChanged(NotifyCollectionChangedAction, object, int)ObservableCollection<IEvent>.OnCollectionChanged(NotifyCollectionChangedAction, object, int, int)ObservableCollection<IEvent>.OnCollectionChanged(NotifyCollectionChangedAction, object, object, int)ObservableCollection<IEvent>.OnCollectionReset(IList)ObservableCollection<IEvent>.OnCollectionChanging(NotifyCollectionChangedAction, object, int)ObservableCollection<IEvent>.OnCollectionChanging(NotifyCollectionChangedAction, object, int, int)ObservableCollection<IEvent>.OnCollectionChanging(NotifyCollectionChangedAction, object, object, int)ObservableCollection<IEvent>.OnCollectionReseting()ObservableCollection<IEvent>.OnNotifyPropertyChanged(string)ObservableCollection<IEvent>.OnNotifyPropertyChanged(PropertyChangedEventArgs)ObservableCollection<IEvent>.OnNotifyPropertyChanging(string)ObservableCollection<IEvent>.OnNotifyPropertyChanging(PropertyChangingEventArgsEx)ObservableCollection<IEvent>.IsUpdatedObservableCollection<IEvent>.CollectionChangedObservableCollection<IEvent>.CollectionChangingObservableCollection<IEvent>.PropertyChangedObservableCollection<IEvent>.PropertyChangingCollection<IEvent>.Add(IEvent)Collection<IEvent>.Clear()Collection<IEvent>.CopyTo(IEvent[], int)Collection<IEvent>.Contains(IEvent)Collection<IEvent>.GetEnumerator()Collection<IEvent>.IndexOf(IEvent)Collection<IEvent>.Insert(int, IEvent)Collection<IEvent>.Remove(IEvent)Collection<IEvent>.RemoveAt(int)Collection<IEvent>.CountCollection<IEvent>.ItemsCollection<IEvent>.this[int]

Constructors

SchedulerObservableCollection()

Declaration

cs-api-definition
public SchedulerObservableCollection()

Methods

NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event with the provided arguments.

Declaration

cs-api-definition
protected override void NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Overrides ObservableCollection<IEvent>.NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)