Class SchedulerTimeZoneCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerTimeZoneCollection : ObservableCollection<SchedulerTimeZone>, IList<SchedulerTimeZone>, ICollection<SchedulerTimeZone>, IReadOnlyList<SchedulerTimeZone>, IReadOnlyCollection<SchedulerTimeZone>, IEnumerable<SchedulerTimeZone>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
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
|
System.Collections.Generic.IEnumerable<SchedulerTimeZone>
timeZoneCollection
The event collection. |
Overrides
ClearItems()
Overridden. Removes all items from the collection.
Declaration
protected override void ClearItems()
Overrides
InsertItem(Int32, SchedulerTimeZone)
Overridden. Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, SchedulerTimeZone item)
Parameters
|
System.Int32
index
|
|
SchedulerTimeZone
item
|
Overrides
ItemEventsSubscribe(SchedulerTimeZone)
Declaration
protected virtual void ItemEventsSubscribe(SchedulerTimeZone item)
Parameters
|
SchedulerTimeZone
item
|
ItemEventsUnsubscribe(SchedulerTimeZone)
Declaration
protected virtual void ItemEventsUnsubscribe(SchedulerTimeZone item)
Parameters
|
SchedulerTimeZone
item
|
OnItemPropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected virtual void OnItemPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
|
System.Object
sender
|
|
System.ComponentModel.PropertyChangedEventArgs
e
|
RemoveItem(Int32)
Overridden. Removes the item at the specified index of the collection.
Declaration
protected override void RemoveItem(int index)
Parameters
|
System.Int32
index
|
Overrides
SetItem(Int32, SchedulerTimeZone)
Overridden. Replaces the element at the specified index.
Declaration
protected override void SetItem(int index, SchedulerTimeZone item)
Parameters
|
System.Int32
index
|
|
SchedulerTimeZone
item
|