PropertyChangedEventArgs.PropertyName Propiedad

Definición

Obtiene el nombre de la propiedad modificada.

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

Valor de propiedad

Nombre de la propiedad modificada.

Comentarios

Un Empty valor o null para el propertyName parámetro indica que todas las propiedades han cambiado.

Se aplica a