PropertyChangedEventArgs.PropertyName Propriedade

Definição

Obtém o nome da propriedade que foi 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 da propriedade

O nome da propriedade que foi modificada.

Comentários

Um Empty valor ou null para o propertyName parâmetro indica que todas as propriedades foram alteradas.

Aplica-se a