PropertyChangedEventArgs.PropertyName プロパティ

定義

変更されたプロパティの名前を取得します。

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

プロパティ値

変更されたプロパティの名前。

注釈

Emptyパラメーターの 値または null は、propertyNameすべてのプロパティが変更されたことを示します。

適用対象