CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Methode

Definitie

Let op

Replaced by OnAllowsCrossThreadChangesChanged

Aangeroepen door de basisklasse om de afgeleide klasse op de hoogte te stellen dat een CollectionChanged gebeurtenis is gepost in de berichtenwachtrij.

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)

Parameters

args
NotifyCollectionChangedEventArgs

Het NotifyCollectionChangedEventArgs object dat wordt toegevoegd aan het wijzigingslogboek.

Kenmerken

Uitzonderingen

args is null.

Van toepassing op