NotifyParentPropertyAttribute.NotifyParent プロパティ

定義

プロパティの値に対する変更を親プロパティに通知するかどうかを示す値を取得または設定します。

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

プロパティ値

true 親プロパティに変更を通知する必要がある場合。それ以外の場合は false

適用対象

こちらもご覧ください