CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Methode

Definition

Achtung

Replaced by OnAllowsCrossThreadChangesChanged

Wird von der Basisklasse aufgerufen, um die abgeleitete Klasse zu benachrichtigen, dass ein CollectionChanged-Ereignis an die Meldungswarteschlange gesendet wurde.

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

Parameter

args
NotifyCollectionChangedEventArgs

Das NotifyCollectionChangedEventArgs-Objekt, das dem Änderungsprotokoll hinzugefügt wird.

Attribute

Ausnahmen

args ist null.

Gilt für: