Partager via


PropertyValueCollection.CollectionChanged, événement

Se produit lorsque PropertyValueCollection est modifié.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler CollectionChanged
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
    void add (NotifyCollectionChangedEventHandler^ value);
    void remove (NotifyCollectionChangedEventHandler^ value);
}
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
JScript ne prend pas en charge les événements.

Implémentations

INotifyCollectionChanged.CollectionChanged

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueCollection Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété