Jump to content
Sign in to follow this  
Dave Novo

CreateObservableList example in Spring4D

Recommended Posts

Is there an example anywhere of properly hooking up events to a newly created Observable list in order to be notified if items are added/removed to from the list

Share this post


Link to post

All collections have events for getting notified of addition/removal via the OnChanged event - observable lists are something different. On those if the objects implement INotifyPropertyChanged they communicate to the list that a property has changed so the list then gets caChanged from those items.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×