ReadOnlyObservableCollection<T>.OnCollectionChanged Méthode

Définition

Déclenche l’événement CollectionChanged en utilisant les arguments fournis.

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)

Paramètres

args
NotifyCollectionChangedEventArgs

Arguments de l’événement déclenché.

S’applique à