PropertyValue.OnPropertyChanged Method (String)

Raises the PropertyChanged event with the specified string.

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
)

Parameters

  • propertyName
    Type: System.String
    The name of the property that is changing.

.NET Framework Security

See Also

Reference

PropertyValue Class

OnPropertyChanged Overload

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture