BindingsCollection

Wisej.Web.BindingsCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents a collection of Binding objects for a control.

public class BindingsCollection : ICollection, IEnumerable

Properties

Count

Int32arrow-up-right: Returns the total number of bindings in the collection.

Item(index)

Binding: Returns the Binding at the specified index.

Throws:

Events

CollectionChanged

CollectionChangeEventHandlerarrow-up-right Fired when the collection has changed.

CollectionChanging

CollectionChangeEventHandlerarrow-up-right Fired when the collection is about to change.

Last updated

Was this helpful?