Partilhar via


Método PropertyValueCollection.OnCollectionChanged

Raises the CollectionChanged event.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

PropertyValueCollection Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura