CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Metoda

Definice

Upozornění

Replaced by OnAllowsCrossThreadChangesChanged

Volána základní třídou k upozornění odvozené třídy, že CollectionChanged událost byla odeslána do fronty zpráv.

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)

Parametry

args
NotifyCollectionChangedEventArgs

Objekt NotifyCollectionChangedEventArgs , který je přidán do protokolu změn.

Atributy

Výjimky

args je null.

Platí pro