CollectionView::ProcessCollectionChanged Method (NotifyCollectionChangedEventArgs^)
.NET Framework (current version)
When overridden in a derived class, processes a single change on the UI thread.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void ProcessCollectionChanged( NotifyCollectionChangedEventArgs^ args )
Parameters
- args
-
Type:
System.Collections.Specialized::NotifyCollectionChangedEventArgs^
The NotifyCollectionChangedEventArgs object to process.
Notes to Inheritors:
This method must be overridden in a derived class to process a single change on the UI thread.
.NET Framework
Available since 3.0
Available since 3.0
Show: