Table of Contents

Method ProcessCollectionChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 NotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs to be processed.