PropertyChangingEventArgs.PropertyName Propiedad

Definición

Obtiene el nombre de la propiedad cuyo valor cambia.

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

Valor de propiedad

Nombre de la propiedad cuyo valor cambia.

Se aplica a