Skip to main content
Version: 4.1

BindingsCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents a collection of Binding objects for a control.

public class BindingsCollection : ICollection, IEnumerable

Properties​

Instance member Count​

Int32: Returns the total number of bindings in the collection.

Instance member Item(index)​

Binding: Returns the Binding at the specified index.

Throws:

Methods​

Instance member ReadValues()​

Reads the current values from the data source and sends them to the control.

Instance member WriteValues()​

Takes the current values from the control and writes them to the data source.

Events​

Instance member CollectionChanged​

CollectionChangeEventHandler Fired when the collection has changed.

Instance member CollectionChanging​

CollectionChangeEventHandler Fired when the collection is about to change.