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