Compartir a través de


MenuBase.OnPropertyChanged (Método)

Provoca el evento PropertyChanged.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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
    Nombre de la propiedad que cambia.

Seguridad de .NET Framework

Vea también

Referencia

MenuBase Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer