PropertyChangedEventArgs.PropertyName Proprietà

Definizione

Ottiene il nome della proprietà modificata.

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

Valore della proprietà

Nome della proprietà modificata.

Commenti

Un Empty valore o null per il propertyName parametro indica che tutte le proprietà sono state modificate.

Si applica a