Class
EventBindingCollection

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class EventBindingCollection : ObservableCollection<EventBinding>, IList<EventBinding>, ICollection<EventBinding>, IList, ICollection, IReadOnlyList<EventBinding>, IReadOnlyCollection<EventBinding>, IEnumerable<EventBinding>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<EventBinding>ObservableCollection<EventBinding>EventBindingCollection

Implements: ICollectionICollection<EventBinding>IEnumerableIEnumerable<EventBinding>IListIList<EventBinding>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<EventBinding>IReadOnlyList<EventBinding>

Inherited Members ObservableCollection<EventBinding>.Move(int, int)ObservableCollection<EventBinding>.ClearItems()ObservableCollection<EventBinding>.RemoveItem(int)ObservableCollection<EventBinding>.InsertItem(int, EventBinding)ObservableCollection<EventBinding>.SetItem(int, EventBinding)ObservableCollection<EventBinding>.MoveItem(int, int)ObservableCollection<EventBinding>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<EventBinding>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<EventBinding>.BlockReentrancy()ObservableCollection<EventBinding>.CheckReentrancy()ObservableCollection<EventBinding>.CollectionChangedObservableCollection<EventBinding>.PropertyChangedCollection<EventBinding>.Add(EventBinding)Collection<EventBinding>.Clear()Collection<EventBinding>.CopyTo(EventBinding[], int)Collection<EventBinding>.Contains(EventBinding)Collection<EventBinding>.GetEnumerator()Collection<EventBinding>.IndexOf(EventBinding)Collection<EventBinding>.Insert(int, EventBinding)Collection<EventBinding>.Remove(EventBinding)Collection<EventBinding>.RemoveAt(int)Collection<EventBinding>.CountCollection<EventBinding>.ItemsCollection<EventBinding>.this[int]

Constructors

EventBindingCollection()

Initializes a new instance of the EventBindingCollection class.

Declaration

cs-api-definition
public EventBindingCollection()
In this article
DefinitionConstructorsEventBindingCollection()
Not finding the help you need?
Contact Support