Share via


PropertyChangedEventArgs.PropertyName Proprietà

Definizione

Ottiene il nome della proprietà modificata.

.NET Questo tipo è nascosto, usare 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

Valore della proprietà

String

Platform::String

winrt::hstring

Nome della proprietà modificata.

Commenti

Quando si programma con .NET, questa classe è nascosta e gli sviluppatori devono usare la classe System.ComponentModel.PropertyChangedEventArgs .

Si applica a