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
- e
Tipo: System.Collections.Specialized.NotifyCollectionChangedEventArgs
A NotifyCollectionChangedEventArgs que contém os dados do evento.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyValueCollection Classe
Namespace Microsoft.Windows.Design.PropertyEditing