ListCollectionView.OnBeginChangeLogging Metodo

Definizione

Attenzione

Replaced by OnAllowsCrossThreadChangesChanged

Chiamato dalla classe base per notificare alla classe derivata che un evento CollectionChanged è stato inserito nella coda di messaggi.

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)

Parametri

args
NotifyCollectionChangedEventArgs

L'oggetto NotifyCollectionChangedEventArgs aggiunto al registro delle modifiche.

Attributi

Eccezioni

Se args è null.

Commenti

Lo scopo di questa notifica è consentire alle visualizzazioni di raccolta di acquisire uno snapshot delle informazioni, che spesso è lo stato della raccolta dati, necessario al momento del post.

Si applica a