Compartilhar via


Método PropertyValue.OnPropertyChanged (String)

Eleva o PropertyChanged eventos com a seqüência de caracteres especificado.

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

Sintaxe

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

Parâmetros

  • propertyName
    Tipo: System.String
    O nome da propriedade que está mudando.

Segurança do .NET Framework

Consulte também

Referência

PropertyValue Classe

Sobrecargas OnPropertyChanged

Namespace Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura