PropertyChangedEventArgs.PropertyName Vlastnost

Definice

Získá název vlastnosti, která se změnila.

public:
 virtual property System::String ^ PropertyName { System::String ^ get(); };
public:
 property System::String ^ PropertyName { System::String ^ get(); };
public virtual string PropertyName { get; }
public virtual string? PropertyName { get; }
public string PropertyName { get; }
member this.PropertyName : string
Public Overridable ReadOnly Property PropertyName As String
Public ReadOnly Property PropertyName As String

Hodnota vlastnosti

Název vlastnosti, která se změnila.

Poznámky

Hodnota Empty nebo null parametr propertyName označuje, že se změnily všechny vlastnosti.

Platí pro