NotifyParentPropertyAttribute.NotifyParent 속성

정의

속성 값의 변경 내용을 부모 속성에 알려야 할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool NotifyParent { bool get(); };
public bool NotifyParent { get; }
member this.NotifyParent : bool
Public ReadOnly Property NotifyParent As Boolean

속성 값

부모 속성에 변경 내용을 알려야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보