ListCollectionView.OnBeginChangeLogging Método

Definição

Cuidado

Replaced by OnAllowsCrossThreadChangesChanged

Chamado pela classe base para notificar a classe derivada de que um evento CollectionChanged foi postado na fila de mensagens.

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)

Parâmetros

args
NotifyCollectionChangedEventArgs

O objeto NotifyCollectionChangedEventArgs que é adicionado ao log de alterações.

Atributos

Exceções

Se args for null.

Comentários

A finalidade dessa notificação é permitir que as exibições de coleção tirem uma instantâneo das informações, que geralmente é o estado da coleta de dados, que é necessário no momento da postagem.

Aplica-se a