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 UIContext. The UIContext will have allready been entered by now.

protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)

Parameters

args NotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs to be processed.