PropertyValueCollection.OnCollectionChanged (Método)

Genera el evento CollectionChanged.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

PropertyValueCollection Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades