![]() | CollectionDataBinding Class |
Namespace: Slash.Unity.DataBind.Core.Presentation
The CollectionDataBinding type exposes the following members.
Name | Description | |
---|---|---|
![]() | CollectionDataBinding |
Constructor.
|
Name | Description | |
---|---|---|
![]() | OnItemAdded |
Called when an item was added to the collection.
(Overrides CollectionDataBindingBaseOnItemAdded(Object).) |
![]() | OnItemInserted |
Called when an item was inserted in the collection.
(Overrides CollectionDataBindingBaseOnItemInserted(Object, Int32).) |
![]() | OnItemRemoved |
Called when item was removed from the collection.
(Overrides CollectionDataBindingBaseOnItemRemoved(Object).) |
Name | Description | |
---|---|---|
![]() | ItemAdded |
Action to execute when an item was added to the collection.
|
![]() | ItemInserted |
Action to execute when an item was inserted to the collection.
|
![]() | ItemRemoved |
Action to execute when an item was removed from the collection.
|