DataErrorsChangedEventArgs(String) 생성자

정의

DataErrorsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 DataErrorsChangedEventArgs(System::String ^ propertyName);
public DataErrorsChangedEventArgs (string propertyName);
public DataErrorsChangedEventArgs (string? propertyName);
new System.ComponentModel.DataErrorsChangedEventArgs : string -> System.ComponentModel.DataErrorsChangedEventArgs
Public Sub New (propertyName As String)

매개 변수

propertyName
String

오류가 있는 속성의 이름입니다. null 또는 오류가 개체 수준인 경우 Empty입니다.

적용 대상