CollectionDataBindingBase Class |
Namespace: Slash.Unity.DataBind.Core.Presentation
The CollectionDataBindingBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CollectionDataBindingBase |
Constructor.
|
| Name | Description | |
|---|---|---|
| Collection |
Current collection that the binding provides.
|
| Name | Description | |
|---|---|---|
| Disable |
Disables the observer.
| |
| Enable |
Enables the observer.
| |
| OnItemAdded |
Called when an item was added to the collection.
| |
| OnItemInserted |
Called when an item was inserted in the collection.
| |
| OnItemRemoved |
Called when item was removed from the collection.
|
| Name | Description | |
|---|---|---|
| ClearedItems |
Action to execute when the items were cleared.
| |
| collectionBinding |
Collection this binding observes.
| |
| CollectionChanged |
Action to execute when the collection changed.
|