NotifyParentPropertyAttribute.NotifyParent プロパティ

定義

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

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

プロパティ値

プロパティが変更されたことを親プロパティに通知する場合は true。それ以外の場合は false

適用対象

こちらもご覧ください