Freigeben über


PropertyContainer.OnPropertyChanged-Methode (String)

Löst das PropertyChanged-Ereignis aus.

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyContainer Klasse

OnPropertyChanged-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur