CollectionView.OnBeginChangeLogging Method
.NET Framework 4.5
Note: This API is now obsolete.
Called by the base class to notify the derived class that an INotifyCollectionChanged.CollectionChanged event has been posted to the message queue.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration <ObsoleteAttribute("Replaced by OnAllowsCrossThreadChangesChanged")> _ Protected Overridable Sub OnBeginChangeLogging ( _ args As NotifyCollectionChangedEventArgs _ )
Parameters
- args
- Type: System.Collections.Specialized.NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs object that is added to the change log.
| Exception | Condition |
|---|---|
| ArgumentNullException | args is Nothing. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.