ClassSchedulerObservableCollection
Class
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:
Implements:
Inherited Members
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
Overrides