New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.Drawing

Assembly:Telerik.WinControls.dll

Syntax:

C#
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

C#
public EffectCollection()

Methods

C#
protected override void InsertItem(int index, RadEffect item)
Parameters:indexintitemRadEffect

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

C#
public void RemoveRange(IEnumerable<RadEffect> effects)
Parameters:effectsIEnumerable<RadEffect>