BindingsCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a collection of Binding objects for a control.
- C#
- VB.NET
public class BindingsCollection : ICollection, IEnumerable
Public Class BindingsCollection
Inherits ICollection
Implements IEnumerable
Properties
Count
Int32: Returns the total number of bindings in the collection.
Item(index)
Binding: Returns the Binding at the specified index.
Throws:
- IndexOutOfRangeException The collection doesn't contain an item at the specified index.
Methods
ReadValues()
Reads the current values from the data source and sends them to the control.
WriteValues()
Takes the current values from the control and writes them to the data source.
Events
CollectionChanged
CollectionChangeEventHandler Fired when the collection has changed.
CollectionChanging
CollectionChangeEventHandler Fired when the collection is about to change.