ListCollectionView.ProcessCollectionChanged 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.
CollectionChanged Manipula eventos.
protected:
override void ProcessCollectionChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected override void ProcessCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
override this.ProcessCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub ProcessCollectionChanged (args As NotifyCollectionChangedEventArgs)
Parâmetros
O NotifyCollectionChangedEventArgs objeto a ser processado.
Exceções
Se args for null.