Class
WaitingBarIndicatorCollection

Represents a collection of BaseWaitingBarIndicatorElement items.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class WaitingBarIndicatorCollection : ObservableCollection<BaseWaitingBarIndicatorElement>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx

Inheritance: objectCollection<BaseWaitingBarIndicatorElement>ObservableCollection<BaseWaitingBarIndicatorElement>WaitingBarIndicatorCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangedINotifyPropertyChangingEx

Inherited Members ObservableCollection<BaseWaitingBarIndicatorElement>.CountStringObservableCollection<BaseWaitingBarIndicatorElement>.ItemArrayStringObservableCollection<BaseWaitingBarIndicatorElement>.ClearItems()ObservableCollection<BaseWaitingBarIndicatorElement>.InsertItem(int, BaseWaitingBarIndicatorElement)ObservableCollection<BaseWaitingBarIndicatorElement>.InsertItem(int, BaseWaitingBarIndicatorElement, Action<BaseWaitingBarIndicatorElement>)ObservableCollection<BaseWaitingBarIndicatorElement>.Move(int, int)ObservableCollection<BaseWaitingBarIndicatorElement>.MoveItem(int, int)ObservableCollection<BaseWaitingBarIndicatorElement>.BeginUpdate()ObservableCollection<BaseWaitingBarIndicatorElement>.BeginItemUpdate()ObservableCollection<BaseWaitingBarIndicatorElement>.EndItemUpdate()ObservableCollection<BaseWaitingBarIndicatorElement>.EndItemUpdate(bool)ObservableCollection<BaseWaitingBarIndicatorElement>.EndUpdate(bool)ObservableCollection<BaseWaitingBarIndicatorElement>.EndUpdate()ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.CallCollectionChanged(object, NotifyCollectionChangedEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.NotifyListenersCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.CallCollectionChanging(object, NotifyCollectionChangingEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.RemoveItem(int)ObservableCollection<BaseWaitingBarIndicatorElement>.SetItem(int, BaseWaitingBarIndicatorElement)ObservableCollection<BaseWaitingBarIndicatorElement>.AddRange(IEnumerable<BaseWaitingBarIndicatorElement>)ObservableCollection<BaseWaitingBarIndicatorElement>.RemoveRange(IEnumerable<BaseWaitingBarIndicatorElement>)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanged(NotifyCollectionChangedAction, object, int)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanged(NotifyCollectionChangedAction, object, int, int)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanged(NotifyCollectionChangedAction, object, object, int)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionReset(IList)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanging(NotifyCollectionChangedAction, object, int)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanging(NotifyCollectionChangedAction, object, int, int)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionChanging(NotifyCollectionChangedAction, object, object, int)ObservableCollection<BaseWaitingBarIndicatorElement>.OnCollectionReseting()ObservableCollection<BaseWaitingBarIndicatorElement>.OnNotifyPropertyChanged(string)ObservableCollection<BaseWaitingBarIndicatorElement>.OnNotifyPropertyChanged(PropertyChangedEventArgs)ObservableCollection<BaseWaitingBarIndicatorElement>.OnNotifyPropertyChanging(string)ObservableCollection<BaseWaitingBarIndicatorElement>.OnNotifyPropertyChanging(PropertyChangingEventArgsEx)ObservableCollection<BaseWaitingBarIndicatorElement>.IsUpdatedObservableCollection<BaseWaitingBarIndicatorElement>.CollectionChangedObservableCollection<BaseWaitingBarIndicatorElement>.CollectionChangingObservableCollection<BaseWaitingBarIndicatorElement>.PropertyChangedObservableCollection<BaseWaitingBarIndicatorElement>.PropertyChangingCollection<BaseWaitingBarIndicatorElement>.Add(BaseWaitingBarIndicatorElement)Collection<BaseWaitingBarIndicatorElement>.Clear()Collection<BaseWaitingBarIndicatorElement>.CopyTo(BaseWaitingBarIndicatorElement[], int)Collection<BaseWaitingBarIndicatorElement>.Contains(BaseWaitingBarIndicatorElement)Collection<BaseWaitingBarIndicatorElement>.GetEnumerator()Collection<BaseWaitingBarIndicatorElement>.IndexOf(BaseWaitingBarIndicatorElement)Collection<BaseWaitingBarIndicatorElement>.Insert(int, BaseWaitingBarIndicatorElement)Collection<BaseWaitingBarIndicatorElement>.Remove(BaseWaitingBarIndicatorElement)Collection<BaseWaitingBarIndicatorElement>.RemoveAt(int)Collection<BaseWaitingBarIndicatorElement>.CountCollection<BaseWaitingBarIndicatorElement>.ItemsCollection<BaseWaitingBarIndicatorElement>.this[int]

Constructors

WaitingBarIndicatorCollection()

Initializes a new instance of the WaitingBarIndicatorCollection class.

Declaration

cs-api-definition
public WaitingBarIndicatorCollection()