Class
SchedulerObservableCollection

Definition

Namespace:Telerik.ReportServer.Services.Models.RecurrenceRules

Assembly:Telerik.ReportServer.Services.Models.dll

Syntax:

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

Inheritance: objectCollection<IEvent>ObservableCollection<IEvent>SchedulerObservableCollection

Derived Classes: SchedulerAppointmentCollection

Implements: INotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangingEx

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>.PropertyChanging

Constructors

SchedulerObservableCollection()

Declaration

cs-api-definition
public SchedulerObservableCollection()

Methods

NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)

Declaration

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

Parameters

e

NotifyCollectionChangedEventArgs

Overrides ObservableCollection<IEvent>.NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)