Partager via


NotifyPropertyChangedDispatcherObject.RaisePropertyChanged, méthode

Événement PropertyChanged de raise.Cette méthode peut être appelée sur le thread associé avec le répartiteur de cet objet.

Espace de noms :  Microsoft.TeamFoundation.MVVM
Assembly :  Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)

Syntaxe

'Déclaration
Protected Overridable Sub RaisePropertyChanged ( _
    propertyName As String _
)
protected virtual void RaisePropertyChanged(
    string propertyName
)

Paramètres

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

Exceptions

Exception Condition
InvalidOperationException

Le thread appelant n'a pas accès à cet objet.

Sécurité .NET Framework

Voir aussi

Référence

NotifyPropertyChangedDispatcherObject Classe

Microsoft.TeamFoundation.MVVM, espace de noms