Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerObservableCollection : ObservableCollection<IEvent>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<IEvent>ObservableCollection<IEvent>SchedulerObservableCollection
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public SchedulerObservableCollection()
Methods
Raises the CollectionChanged event with the provided arguments.
C#
protected override void NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs e)
Overrides: