reactiveui - Process ReactiveCollection CollectionChangeEvent in batches asynchronously -


i exploring reactive ui. have observablecollection of models in objects added @ high speed. handle collectionchanged event , add viewmodels each model in observablecollection. can suppress collectionchanged event model list , raise event bunch of records or after specified time interval has lapsed?

yes, here's how it:

using (somereactivecollection.suppresschangenotifications()) {     // todo: add bunch of items } 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -