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 매개 변수의 값 또는 nullpropertyName 모든 속성이 변경되었음을 나타냅니다.

적용 대상