DataErrorsChangedEventArgs.PropertyName 屬性

定義

取得發生錯誤之屬性的名稱。

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

屬性值

發生錯誤之屬性的名稱。 null,或者,如果錯誤為物件層級,則為 Empty

適用於