UIObservableCollectionEx
Ecng.Xaml
ObservableCollectionEx optimized for UI views to reduce refresh cost on bulk updates.
Inherits: ObservableCollectionEx<T>
Methods
ProcessCollectionChanged
protected override void ProcessCollectionChanged(IEnumerable<NotifyCollectionChangedEventHandler> subscribers, NotifyCollectionChangedEventArgs args)
uIObservableCollectionEx.ProcessCollectionChanged(subscribers, args)
Dispatches change notifications in a way that reduces UI refresh overhead for large diffs.