Method ProcessCollectionChanged
ProcessCollectionChanged(NotifyCollectionChangedEventArgs)
Must be implemented by the derived classes to process a single change on the UI thread. The UI thread will have already been entered by now.
protected virtual void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
Parameters
args
NotifyCollectionChangedEventArgsThe NotifyCollectionChangedEventArgs to be processed.