PropertyValueCollection.OnCollectionChanged, méthode
Déclenche l'événement CollectionChanged.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnCollectionChanged ( _
e As NotifyCollectionChangedEventArgs _
)
protected virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs^ e
)
abstract OnCollectionChanged :
e:NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e:NotifyCollectionChangedEventArgs -> unit
protected function OnCollectionChanged(
e : NotifyCollectionChangedEventArgs
)
Paramètres
- e
Type : System.Collections.Specialized.NotifyCollectionChangedEventArgs
NotifyCollectionChangedEventArgs qui contient les données d'événement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyValueCollection Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms