Class EventBindingCollection
Represents an ordered collection of EventBinding objects.
Inheritance
System.Object
EventBindingCollection
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class EventBindingCollection : FreezableCollection<EventBinding>
Constructors
EventBindingCollection()
Initializes a new instance of the EventBindingCollection class.
Declaration
public EventBindingCollection()
Methods
CreateInstanceCore()
Creates new instance of EventBindingCollection.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
New instance of EventBindingCollection. |