PropertyChangedEventArgs.PropertyName Property

Definition

Gets the name of the property that changed.

.NET This type is hidden, use System.ComponentModel.PropertyChangedEventArgs.

public:
 property Platform::String ^ PropertyName { Platform::String ^ get(); };
winrt::hstring PropertyName();
public string PropertyName { get; }
var string = propertyChangedEventArgs.propertyName;
Public ReadOnly Property PropertyName As String

Property Value

String

Platform::String

winrt::hstring

The name of the property that changed.

Remarks

When programming with .NET, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.

Applies to