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 參數propertyName的值null表示所有屬性都已變更。

適用於