ListCollectionView.OnBeginChangeLogging Méthode

Définition

Attention

Replaced by OnAllowsCrossThreadChangesChanged

Appelée par la classe de base pour notifier la classe dérivée qu'un événement CollectionChanged a été publié dans la file d'attente de messages.

protected:
 override void OnBeginChangeLogging(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected override void OnBeginChangeLogging (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
[System.Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
protected override void OnBeginChangeLogging (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
override this.OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
[<System.Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")>]
override this.OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub OnBeginChangeLogging (args As NotifyCollectionChangedEventArgs)

Paramètres

args
NotifyCollectionChangedEventArgs

Objet NotifyCollectionChangedEventArgs qui est ajouté au journal des modifications.

Attributs

Exceptions

Si args est null.

Remarques

L’objectif de cette notification est de permettre aux vues de collecte de prendre une instantané des informations, qui sont souvent l’état de la collecte de données, qui est nécessaire au moment de la publication.

S’applique à