PropertyValue.OnPropertyChanged, méthode (String)
Déclenche l'événement PropertyChanged avec la chaîne spécifiée.
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é modifiée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms