Class
EffectCollection

Definition

Namespace:Telerik.WinControls.Drawing

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class EffectCollection : NotifyCollection<RadEffect>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<RadEffect>NotifyCollection<RadEffect>EffectCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyPropertyChanged

Inherited Members NotifyCollection<RadEffect>.EmptyNotifyCollection<RadEffect>.Move(int, int)NotifyCollection<RadEffect>.AddRange(params RadEffect[])NotifyCollection<RadEffect>.AddRange(IEnumerable<RadEffect>)NotifyCollection<RadEffect>.BeginUpdate()NotifyCollection<RadEffect>.EndUpdate()NotifyCollection<RadEffect>.EndUpdate(bool)NotifyCollection<RadEffect>.DeferRefresh()NotifyCollection<RadEffect>.SetItem(int, RadEffect)NotifyCollection<RadEffect>.RemoveItem(int)NotifyCollection<RadEffect>.ClearItems()NotifyCollection<RadEffect>.MoveItem(int, int)NotifyCollection<RadEffect>.CreateEventArguments(NotifyCollectionChangedAction)NotifyCollection<RadEffect>.CreateEventArguments(NotifyCollectionChangedAction, object, int)NotifyCollection<RadEffect>.CreateEventArguments(NotifyCollectionChangedAction, object, object, int)NotifyCollection<RadEffect>.OnCollectionChanged(NotifyCollectionChangedEventArgs)NotifyCollection<RadEffect>.OnPropertyChanged(PropertyChangedEventArgs)NotifyCollection<RadEffect>.OnPropertyChanged(string)NotifyCollection<RadEffect>.VersionNotifyCollection<RadEffect>.SuspendedNotifyCollection<RadEffect>.CollectionChangedNotifyCollection<RadEffect>.PropertyChangedCollection<RadEffect>.Add(RadEffect)Collection<RadEffect>.Clear()Collection<RadEffect>.CopyTo(RadEffect[], int)Collection<RadEffect>.Contains(RadEffect)Collection<RadEffect>.GetEnumerator()Collection<RadEffect>.IndexOf(RadEffect)Collection<RadEffect>.Insert(int, RadEffect)Collection<RadEffect>.Remove(RadEffect)Collection<RadEffect>.RemoveAt(int)Collection<RadEffect>.CountCollection<RadEffect>.ItemsCollection<RadEffect>.this[int]

Constructors

EffectCollection()

Declaration

cs-api-definition
public EffectCollection()

Methods

InsertItem(int, RadEffect)

Declaration

cs-api-definition
protected override void InsertItem(int index, RadEffect item)

Parameters

index

int

item

RadEffect

Overrides NotifyCollection<RadEffect>.InsertItem(int, RadEffect)

RemoveRange(IEnumerable<RadEffect>)

Declaration

cs-api-definition
public void RemoveRange(IEnumerable<RadEffect> effects)

Parameters

effects

IEnumerable<RadEffect>