Class
EventBindingCollection

Represents an ordered collection of EventBinding objects.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class EventBindingCollection : FreezableCollection<EventBinding>

Inheritance: objectEventBindingCollection

Constructors

EventBindingCollection()

Initializes a new instance of the EventBindingCollection class.

Declaration

cs-api-definition
public EventBindingCollection()

Methods

CreateInstanceCore()

Creates new instance of EventBindingCollection.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

New instance of EventBindingCollection.