Skip to main content
Version: 3.5

BindingsCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a collection of Binding objects for a control.

public class BindingsCollection : ICollection, IEnumerable

Properties

Instance memberCount

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

Instance memberItem(index)

Binding: Returns the Binding at the specified index.

Throws:

Methods

Instance memberReadValues()

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

Instance memberWriteValues()

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

Events

Instance memberCollectionChanged

CollectionChangeEventHandler Fired when the collection has changed.

Instance memberCollectionChanging

CollectionChangeEventHandler Fired when the collection is about to change.