PropertyItem.OnPropertyChanged Method

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

Raises the PropertyChanged event.

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

Syntax

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

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

Parameters

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

.NET Framework Security

See Also

Reference

PropertyItem Class

PropertyItem Members

Microsoft.Windows.Design.Interaction Namespace