PropertyChangedEventArgs.PropertyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.