Condividi tramite


Metodo PropertyValueCollection.OnCollectionChanged

Genera l'evento CollectionChanged.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueCollection Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà