CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Replaced by OnAllowsCrossThreadChangesChanged
Chamada pela classe base para notificar a classe derivada de que um CollectionChanged evento foi publicado na fila de mensagens.
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)
Parâmetros
O NotifyCollectionChangedEventArgs objeto que é adicionado ao registo de alterações.
- Atributos
Exceções
args é null.