ListCollectionView.OnBeginChangeLogging 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:
 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)

Parametry

args
NotifyCollectionChangedEventArgs

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

Atributy

Výjimky

Pokud args je null.

Poznámky

Účelem tohoto oznámení je umožnit zobrazení kolekce pořídit snímek informací, což je často stav shromažďování dat, který je potřeba v době publikování.

Platí pro