Partager via


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

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é