Click or drag to resize

BindingCollection Class

Collection of bindings
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionIBinding
    Eto.FormsBindingCollection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class BindingCollection : Collection<IBinding>

The BindingCollection type exposes the following members.

Constructors
  NameDescription
Public methodBindingCollection
Initializes a new instance of the BindingCollection class
Top
Methods
  NameDescription
Public methodUnbind
Unbinds all bindings in the collection
Public methodUpdate
Updates all bindings manually
Top
See Also