This topic has not yet been rated - Rate this topic

PropertyChangedEventArgs.PropertyName property

Gets the name of the property that changed.

Syntax


public:
property String^ PropertyName { 
   String^ get();
}

Property value

Type: String

The name of the property that changed.

Remarks

When building Windows Store apps with the Microsoft .NET Framework, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows::UI::Xaml::Data

Metadata

Windows.winmd

See also

PropertyChangedEventArgs

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.