CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Metod

Definition

Varning

Replaced by OnAllowsCrossThreadChangesChanged

Anropas av basklassen för att meddela den härledda klassen att en CollectionChanged händelse har publicerats i meddelandekön.

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)

Parametrar

args
NotifyCollectionChangedEventArgs

Objektet NotifyCollectionChangedEventArgs som läggs till i ändringsloggen.

Attribut

Undantag

args är null.

Gäller för