ClassEventBindingCollection
Class
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:
Inherited Members
Constructors
EventBindingCollection()
Initializes a new instance of the EventBindingCollection class.
Declaration
cs-api-definition
public EventBindingCollection()