Click or drag to resize

CollectionDataBinding Class

Non-generic collection data binding.
Inheritance Hierarchy

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class CollectionDataBinding : CollectionDataBindingBase

The CollectionDataBinding type exposes the following members.

Constructors
  NameDescription
Public methodCollectionDataBinding
Constructor.
Top
Methods
Fields
  NameDescription
Public fieldItemAdded
Action to execute when an item was added to the collection.
Public fieldItemInserted
Action to execute when an item was inserted to the collection.
Public fieldItemRemoved
Action to execute when an item was removed from the collection.
Top
See Also