PropertyValue.OnPropertyChanged Method (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises the PropertyChanged event that uses the name of the property that changed.

Namespace:  System.Activities.Design.PropertyEditing
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Protected Overridable Sub OnPropertyChanged ( _
    propertyName As String _
)
'Usage
Dim propertyName As String

Me.OnPropertyChanged(propertyName)
protected virtual void OnPropertyChanged(
    string propertyName
)
protected:
virtual void OnPropertyChanged(
    String^ propertyName
)
protected function OnPropertyChanged(
    propertyName : String
)
abstract OnPropertyChanged : 
        propertyName:string -> unit 
override OnPropertyChanged : 
        propertyName:string -> unit 

Parameters

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

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

PropertyValue Class

PropertyValue Members

OnPropertyChanged Overload

System.Activities.Design.PropertyEditing Namespace