Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the property that changed.
Syntax
public:
property String^ PropertyName {
String^ get ();
}
public stringPropertyName { get; }
var propertyName = propertyChangedEventArgs.propertyName;
Property value
[C++]
[C#]
[JavaScript]
Type: String
Type: string
Type: String
The name of the property that changed.
Requirements
Namespace: WindowsPreview.Data
Metadata: windowspreview.data.winmd
See also
Reference
PropertyChangedEventArgs Class
WindowsPreview.Data Namespace