All pages
Powered by GitBook
1 of 1

Loading...

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
Public Class BindingsCollection
    Inherits ICollection
    Implements IEnumerable

Properties

Count

: Returns the total number of bindings in the collection.

Item(index)

: Returns the at the specified index.

Throws:

  • The collection doesn't contain an item at the specified index.

Events

CollectionChanged

Fired when the collection has changed.

CollectionChanging

Fired when the collection is about to change.

Int32
Binding
Binding
IndexOutOfRangeException
CollectionChangeEventHandler
CollectionChangeEventHandler