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

适用于