CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Méthode

Définition

Attention

Replaced by OnAllowsCrossThreadChangesChanged

Appelé par la classe de base pour notifier la classe dérivée qu’un CollectionChanged événement a été publié dans la file d’attente de messages.

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)

Paramètres

args
NotifyCollectionChangedEventArgs

Objet NotifyCollectionChangedEventArgs ajouté au journal des modifications.

Attributs

Exceptions

args a la valeur null.

S’applique à