Partager via


PropertyEntry.OnPropertyChanged, méthode (String)

Déclenche l'événement PropertyChanged.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnPropertyChanged ( _
    propertyName As String _
)
protected virtual void OnPropertyChanged(
    string propertyName
)
protected:
virtual void OnPropertyChanged(
    String^ propertyName
)
abstract OnPropertyChanged : 
        propertyName:string -> unit 
override OnPropertyChanged : 
        propertyName:string -> unit 
protected function OnPropertyChanged(
    propertyName : String
)

Paramètres

  • propertyName
    Type : System.String
    Nom de la propriété qui a été modifiée.

Exceptions

Exception Condition
ArgumentNullException

propertyName est nullune référence null (Nothing en Visual Basic).

Notes

Cette méthode est appelée par la propriété MatchesFilter.

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntry Classe

OnPropertyChanged, surcharge

Microsoft.Windows.Design.PropertyEditing, espace de noms

INotifyPropertyChanged

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété