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
Post a Comment