PropertyChangingEventArgs.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

속성 값

String

값이 변경되는 속성의 이름입니다.

적용 대상