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