CollectionView.OnCollectionChanged Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Aciona o evento CollectionChanged.
Sobrecargas
OnCollectionChanged(NotifyCollectionChangedEventArgs) |
Aciona o evento CollectionChanged. |
OnCollectionChanged(Object, NotifyCollectionChangedEventArgs) |
Aciona o evento CollectionChanged. |
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Aciona o evento CollectionChanged.
protected:
virtual void OnCollectionChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected virtual void OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
abstract member OnCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
override this.OnCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overridable Sub OnCollectionChanged (args As NotifyCollectionChangedEventArgs)
Parâmetros
O objeto NotifyCollectionChangedEventArgs para passar para ao manipulador de eventos.
Comentários
Leve em consideração qualquer critério de classificação, filtragem ou agrupamento antes de chamar esse método para gerar o CollectionChanged evento.
Aplica-se a
OnCollectionChanged(Object, NotifyCollectionChangedEventArgs)
Aciona o evento CollectionChanged.
protected:
void OnCollectionChanged(System::Object ^ sender, System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected void OnCollectionChanged (object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
member this.OnCollectionChanged : obj * System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Sub OnCollectionChanged (sender As Object, args As NotifyCollectionChangedEventArgs)
Parâmetros
- sender
- Object
O remetente do evento.
O objeto NotifyCollectionChangedEventArgs para passar para ao manipulador de eventos.
Comentários
Esse método chama ProcessCollectionChanged se ele está no dispatcher de thread de interface do usuário correto e nunca foi atualizado de um thread diferente ou posta a alteração no dispatcher para processá-lo no thread correto.