Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerTimeZoneCollection : ObservableCollection<SchedulerTimeZone>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<SchedulerTimeZone>ObservableCollection<SchedulerTimeZone>SchedulerTimeZoneCollection
Implements:
Inherited Members
Constructors
C#
public SchedulerTimeZoneCollection()
Methods
Adds a range of IEvent objects to the collection.
C#
public override void AddRange(IEnumerable<SchedulerTimeZone> timeZoneCollection)
The event collection.
Overrides:
Overridden. Removes all items from the collection.
C#
protected override void ClearItems()
Overrides:
Overridden. Inserts an item into the collection at the specified index.
C#
protected override void InsertItem(int index, SchedulerTimeZone item)
Overrides:
C#
protected virtual void ItemEventsSubscribe(SchedulerTimeZone item)
C#
protected virtual void ItemEventsUnsubscribe(SchedulerTimeZone item)
C#
protected virtual void OnItemPropertyChanged(object sender, PropertyChangedEventArgs e)
Overridden. Removes the item at the specified index of the collection.
Overridden. Replaces the element at the specified index.
C#
protected override void SetItem(int index, SchedulerTimeZone item)
Overrides: